Package oracle.iam.platform.authopss.vo
Class AdminRolePublicationWithoutHierarchy
java.lang.Object
oracle.iam.platform.authopss.vo.EntityPublication
oracle.iam.platform.authopss.vo.AdminRolePublication
oracle.iam.platform.authopss.vo.AdminRolePublicationWithoutHierarchy
- All Implemented Interfaces:
Serializable
public class AdminRolePublicationWithoutHierarchy
extends AdminRolePublication
implements Serializable
Marker class to handle the one to one mapping that toplink expects for pojo and DB tables for admin-roles.
- Author:
- jkmahesh
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class oracle.iam.platform.authopss.vo.EntityPublication
EntityPublication.Attribute
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class oracle.iam.platform.authopss.vo.AdminRolePublication
getAdminRoleDisplayName, getAdminRoleName, getHierarchyDetails, setAdminRoleDisplayName, setAdminRoleName, setHierarchyDetails, 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
-
AdminRolePublicationWithoutHierarchy
public AdminRolePublicationWithoutHierarchy()
-