|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.domain.Entity
ccc.domain.Principal
public abstract class Principal
A CCC principal.
Constructor Summary | |
---|---|
protected |
Principal()
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Accessor for the name property. |
abstract boolean |
includes(UserEntity user)
Check if the specified user is included by this principal. |
void |
setName(java.lang.String name)
Mutator for the name. |
Methods inherited from class ccc.domain.Entity |
---|
equals, getId, getVersion, hashCode, setId, toJson, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected Principal()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name.public abstract boolean includes(UserEntity user)
user
- The user to check.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |