Package oracle.iam.platform.authopss.vo
Class AppInstancePublicationWithoutHierarchy
java.lang.Object
oracle.iam.platform.authopss.vo.EntityPublication
oracle.iam.platform.authopss.vo.AppInstancePublication
oracle.iam.platform.authopss.vo.AppInstancePublicationWithoutHierarchy
- All Implemented Interfaces:
Serializable
public class AppInstancePublicationWithoutHierarchy
extends AppInstancePublication
implements Serializable
Marker class to handle the one to one mapping that toplink expects for pojo and DB tables for APP-INSTANCE.
- 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.AppInstancePublication
getAppInstanceDisplayName, getAppInstanceName, getAppInstanceType, getDescription, getHierarchyDetails, setAppInstanceDisplayName, setAppInstanceName, setAppInstanceType, setDescription, 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
-
AppInstancePublicationWithoutHierarchy
public AppInstancePublicationWithoutHierarchy()
-