public interface UserRole extends Persistent, Activatable
emptyKeys
Modifier and Type | Method and Description |
---|---|
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.
|
void |
setOrgUnit(OrgUnit ou) |
void |
setRole(Role role) |
void |
setUser(User user) |
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getOid, getStore, getTableName, getValue, isFilled, isValid, setFilled, setOid, setOid, setStore, toListString
isActive, setActive
User getUser()
void setUser(User user)
Role getRole()
void setRole(Role role)
OrgUnit getOrgUnit()
void setOrgUnit(OrgUnit ou)
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.