Package oracle.iam.platform.authopss.vo
Class EntitlementPublicationWithoutHierarchy
java.lang.Object
oracle.iam.platform.authopss.vo.EntityPublication
oracle.iam.platform.authopss.vo.EntitlementPublication
oracle.iam.platform.authopss.vo.EntitlementPublicationWithoutHierarchy
- All Implemented Interfaces:
Serializable
public class EntitlementPublicationWithoutHierarchy
extends EntitlementPublication
implements Serializable
Marker class to handle the one to one mapping that toplink expects for pojo and DB tables for entitlements.
- Author:
- piparikh
- 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.EntitlementPublication
getDescription, getEntitlementDisplayName, getHierarchyDetails, setDescription, setEntitlementDisplayName, 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
-
EntitlementPublicationWithoutHierarchy
public EntitlementPublicationWithoutHierarchy()
-