|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Role
A role.
Method Summary | |
---|---|
String |
getRoleName()
Gets the name of the role. |
List<User> |
getUsers()
Gets a list of users associated with this role. |
void |
setRoleName(String toSet)
Sets the name of the role. |
void |
setUsers(List<User> toSet)
Sets a list of users associated with this role. |
Method Detail |
---|
String getRoleName()
void setRoleName(String toSet)
toSet
- The name of the role.List<User> getUsers()
void setUsers(List<User> toSet)
toSet
- A list of users associated with this role.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |