Package oracle.iam.platform.authopss.vo
Class RolePublication
java.lang.Object
oracle.iam.platform.authopss.vo.EntityPublication
oracle.iam.platform.authopss.vo.RolePublication
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RolePublicationWithoutHierarchy
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class oracle.iam.platform.authopss.vo.EntityPublication
EntityPublication.Attribute
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal String
final void
setHierarchyDetails
(String hierarchyDetails) void
setRoleCategoryId
(Long roleCategoryId) void
setRoleCategoryName
(String roleDescription) void
setRoleName
(String roleName) toString()
Methods inherited from class oracle.iam.platform.authopss.vo.EntityPublication
equals, getEntityId, getEntityPublicationId, getEntityType, getRootScopeId, getRootScopeName, getScopeId, getScopeName, getScopeType, hashCode, isHierarchicalScope, setEntityId, setEntityPublicationId, setEntityType, setHierarchicalScope, setScopeId
-
Constructor Details
-
RolePublication
public RolePublication()
-
-
Method Details
-
getRoleId
- Returns:
- the roleId
-
getRoleName
- Returns:
- the roleName
-
setRoleName
- Parameters:
roleName
- the roleName to set
-
getRoleCategoryName
- Returns:
- the roleDescription
-
setRoleCategoryName
- Parameters:
roleDescription
- the roleDescription to set
-
getRoleCategoryId
- Returns:
- the roleCategoryId
-
setRoleCategoryId
- Parameters:
roleCategoryId
- the roleCategoryId to set
-
getHierarchyDetails
- Returns:
- the hierarchyDetails
-
setHierarchyDetails
- Parameters:
hierarchyDetails
- the hierarchyDetails to set
-
toString
- Overrides:
toString
in classEntityPublication
-