|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserRole
This interface describes a role.
Method Summary | |
---|---|
OrgUnit |
getOrgUnit()
Returns the org-unit, for user-roles with local or hierarchic roles |
Role |
getRole()
Returns the role of the user-role |
User |
getUser()
Return the user of the user-role. |
boolean |
isActive()
Is the userrole active |
void |
setActive(boolean active)
|
void |
setOrgUnit(OrgUnit ou)
|
void |
setRole(Role role)
|
void |
setUser(User user)
|
Methods inherited from interface com.groiss.store.Persistent |
---|
dbFields, getOid, getStore, getTableName, isFilled, onDelete, onInsert, onRead, onUpdate, setFilled, setOid, setStore |
Method Detail |
---|
User getUser()
void setUser(User user)
Role getRole()
void setRole(Role role)
OrgUnit getOrgUnit()
void setOrgUnit(OrgUnit ou)
boolean isActive()
void setActive(boolean active)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |