|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.romaframework.module.users.domain.AbstractAccount
public abstract class AbstractAccount
Base abstract class representing an account in the system. Current direct implementations are BaseAccount and BaseGroup. This generalization allows to assign privileges to a single account or to a group of it.
| Constructor Summary | |
|---|---|
AbstractAccount()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
void |
setName(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.security.Principal |
|---|
equals, hashCode, toString |
| Constructor Detail |
|---|
public AbstractAccount()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface java.security.Principalpublic void setName(java.lang.String name)
name - the name to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||