public class RolePublication extends EntityPublication implements java.io.Serializable
EntityPublication.Attribute
Constructor and Description |
---|
RolePublication() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHierarchyDetails() |
java.lang.Long |
getRoleCategoryId() |
java.lang.String |
getRoleCategoryName() |
java.lang.String |
getRoleId() |
java.lang.String |
getRoleName() |
void |
setHierarchyDetails(java.lang.String hierarchyDetails) |
void |
setRoleCategoryId(java.lang.Long roleCategoryId) |
void |
setRoleCategoryName(java.lang.String roleDescription) |
void |
setRoleName(java.lang.String roleName) |
java.lang.String |
toString() |
equals, getEntityId, getEntityPublicationId, getEntityType, getRootScopeId, getRootScopeName, getScopeId, getScopeName, getScopeType, hashCode, isHierarchicalScope, setEntityId, setEntityPublicationId, setEntityType, setHierarchicalScope, setScopeId
public java.lang.String getRoleId()
public java.lang.String getRoleName()
public void setRoleName(java.lang.String roleName)
roleName
- the roleName to setpublic java.lang.String getRoleCategoryName()
public void setRoleCategoryName(java.lang.String roleDescription)
roleDescription
- the roleDescription to setpublic java.lang.Long getRoleCategoryId()
public void setRoleCategoryId(java.lang.Long roleCategoryId)
roleCategoryId
- the roleCategoryId to setpublic final java.lang.String getHierarchyDetails()
public final void setHierarchyDetails(java.lang.String hierarchyDetails)
hierarchyDetails
- the hierarchyDetails to setpublic java.lang.String toString()
toString
in class EntityPublication