|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hyper9.simdk.db.impls.RoleImpl
public class RoleImpl
Constructor Summary | |
---|---|
RoleImpl()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoleImpl()
Method Detail |
---|
public String getRoleName()
Role
getRoleName
in interface Role
public List<User> getUsers()
Role
getUsers
in interface Role
public void setRoleName(String toSet)
Role
setRoleName
in interface Role
toSet
- The name of the role.public void setUsers(List<User> toSet)
Role
setUsers
in interface Role
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 |