Skip navigation links


oracle.iam.platform.authopss.vo
Class RolePublication

java.lang.Object
  extended by oracle.iam.platform.authopss.vo.EntityPublication
      extended by oracle.iam.platform.authopss.vo.RolePublication

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RolePublicationWithoutHierarchy

public class RolePublication
extends EntityPublication
implements java.io.Serializable
See Also:
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.iam.platform.authopss.vo.EntityPublication
EntityPublication.Attribute

 

Constructor Summary
RolePublication()
           

 

Method Summary
 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()
           

 

Methods inherited from class oracle.iam.platform.authopss.vo.EntityPublication
equals, getEntityId, getEntityIdAsLong, getEntityPublicationId, getEntityType, getEntityTypeAsEnum, getExtEntityId, getRootScopeId, getRootScopeIdAsLong, getRootScopeName, getScopeId, getScopeIdAsLong, getScopeName, getScopeType, hashCode, isHierarchicalScope, setEntityId, setEntityIdAsLong, setEntityPublicationId, setEntityType, setExtEntityId, setHierarchicalScope, setRootScopeId, setRootScopeIdAsLong, setRootScopeName, setScopeId, setScopeIdAsLong, setScopeName, setScopeType

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

RolePublication

public RolePublication()

Method Detail

getRoleId

public java.lang.String getRoleId()
Returns:
the roleId

getRoleName

public java.lang.String getRoleName()
Returns:
the roleName

setRoleName

public void setRoleName(java.lang.String roleName)
Parameters:
roleName - the roleName to set

getRoleCategoryName

public java.lang.String getRoleCategoryName()
Returns:
the roleDescription

setRoleCategoryName

public void setRoleCategoryName(java.lang.String roleDescription)
Parameters:
roleDescription - the roleDescription to set

getRoleCategoryId

public java.lang.Long getRoleCategoryId()
Returns:
the roleCategoryId

setRoleCategoryId

public void setRoleCategoryId(java.lang.Long roleCategoryId)
Parameters:
roleCategoryId - the roleCategoryId to set

getHierarchyDetails

public final java.lang.String getHierarchyDetails()
Returns:
the hierarchyDetails

setHierarchyDetails

public final void setHierarchyDetails(java.lang.String hierarchyDetails)
Parameters:
hierarchyDetails - the hierarchyDetails to set

toString

public java.lang.String toString()
Overrides:
toString in class EntityPublication

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.