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

public class RolePublication extends EntityPublication implements Serializable
See Also:
  • Constructor Details

    • RolePublication

      public RolePublication()
  • Method Details

    • getRoleId

      public String getRoleId()
      Returns:
      the roleId
    • getRoleName

      public String getRoleName()
      Returns:
      the roleName
    • setRoleName

      public void setRoleName(String roleName)
      Parameters:
      roleName - the roleName to set
    • getRoleCategoryName

      public String getRoleCategoryName()
      Returns:
      the roleDescription
    • setRoleCategoryName

      public void setRoleCategoryName(String roleDescription)
      Parameters:
      roleDescription - the roleDescription to set
    • getRoleCategoryId

      public Long getRoleCategoryId()
      Returns:
      the roleCategoryId
    • setRoleCategoryId

      public void setRoleCategoryId(Long roleCategoryId)
      Parameters:
      roleCategoryId - the roleCategoryId to set
    • getHierarchyDetails

      public final String getHierarchyDetails()
      Returns:
      the hierarchyDetails
    • setHierarchyDetails

      public final void setHierarchyDetails(String hierarchyDetails)
      Parameters:
      hierarchyDetails - the hierarchyDetails to set
    • toString

      public String toString()
      Overrides:
      toString in class EntityPublication