public class RoleBean extends Object implements Serializable
| Constructor and Description |
|---|
RoleBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth() |
String |
getDescription() |
Map<String,I18nRoleProperties> |
getI18nProperties() |
String |
getName() |
Collection<NodeType> |
getNodeTypes() |
String |
getParentUuid() |
String |
getPath() |
Map<String,Map<String,Map<String,PermissionBean>>> |
getPermissions() |
RoleType |
getRoleType() |
List<RoleBean> |
getSubRoles() |
String |
getTitle() |
String |
getUuid() |
boolean |
isDirty() |
boolean |
isHidden() |
void |
setDepth(int depth) |
void |
setDirty(boolean dirty) |
void |
setHidden(boolean hidden) |
void |
setI18nProperties(Map<String,I18nRoleProperties> i18nProperties) |
void |
setName(String name) |
void |
setNodeTypes(Collection<NodeType> nodeTypes) |
void |
setParentUuid(String parentUuid) |
void |
setPath(String path) |
void |
setPermissions(Map<String,Map<String,Map<String,PermissionBean>>> permissions) |
void |
setRoleType(RoleType scope) |
void |
setSubRoles(List<RoleBean> subRoles) |
void |
setUuid(String uuid) |
public String getUuid()
public void setUuid(String uuid)
public String getName()
public void setName(String name)
public String getPath()
public void setPath(String path)
public Map<String,I18nRoleProperties> getI18nProperties()
public void setI18nProperties(Map<String,I18nRoleProperties> i18nProperties)
public String getTitle()
public String getDescription()
public boolean isHidden()
public void setHidden(boolean hidden)
public RoleType getRoleType()
public void setRoleType(RoleType scope)
public Collection<NodeType> getNodeTypes()
public void setNodeTypes(Collection<NodeType> nodeTypes)
public int getDepth()
public void setDepth(int depth)
public boolean isDirty()
public void setDirty(boolean dirty)
public void setPermissions(Map<String,Map<String,Map<String,PermissionBean>>> permissions)
public String getParentUuid()
public void setParentUuid(String parentUuid)
Copyright © 2004–2015 Jahia Solutions Group SA. All rights reserved.