|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Role
The Interface Role.
Method Summary | |
---|---|
java.util.Collection<AccessRight> |
getAccessRights()
Gets the access rights. |
java.lang.String |
getName()
Gets the name. |
void |
setAccessRights(java.util.Collection<AccessRight> accessRights)
Sets the permissions. |
void |
setName(java.lang.String name)
Sets the name. |
Method Detail |
---|
java.lang.String getName()
void setName(java.lang.String name)
name
- the new name.java.util.Collection<AccessRight> getAccessRights()
void setAccessRights(java.util.Collection<AccessRight> accessRights)
accessRights
- the new access rights.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |