Package oracle.iam.platform.authopss.vo
Class EntitlementPublication
java.lang.Object
oracle.iam.platform.authopss.vo.EntityPublication
oracle.iam.platform.authopss.vo.EntitlementPublication
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EntitlementPublicationWithoutHierarchy
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class oracle.iam.platform.authopss.vo.EntityPublication
EntityPublication.Attribute
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal String
final String
final String
final void
setDescription
(String description) final void
setEntitlementDisplayName
(String entitlementDisplayName) final void
setHierarchyDetails
(String hierarchyDetails) 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
-
EntitlementPublication
public EntitlementPublication()
-
-
Method Details
-
getEntitlementDisplayName
- Returns:
- the entitlementDisplayName
-
setEntitlementDisplayName
- Parameters:
entitlementDisplayName
- the entitlementDisplayName to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description
- the description to set
-
getHierarchyDetails
- Returns:
- the hierarchyDetails
-
setHierarchyDetails
- Parameters:
hierarchyDetails
- the hierarchyDetails to set
-
toString
- Overrides:
toString
in classEntityPublication
-