Skip navigation links


oracle.iam.platform.authopss.vo
Class EntitlementPublication

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

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

public class EntitlementPublication
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
EntitlementPublication()
           

 

Method Summary
 java.lang.String getDescription()
           
 java.lang.String getEntitlementDisplayName()
           
 java.lang.String getHierarchyDetails()
           
 void setDescription(java.lang.String description)
           
 void setEntitlementDisplayName(java.lang.String entitlementDisplayName)
           
 void setHierarchyDetails(java.lang.String hierarchyDetails)
           
 java.lang.String 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

 

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

 

Constructor Detail

EntitlementPublication

public EntitlementPublication()

Method Detail

getEntitlementDisplayName

public final java.lang.String getEntitlementDisplayName()
Returns:
the entitlementDisplayName

setEntitlementDisplayName

public final void setEntitlementDisplayName(java.lang.String entitlementDisplayName)
Parameters:
entitlementDisplayName - the entitlementDisplayName to set

getDescription

public final java.lang.String getDescription()
Returns:
the description

setDescription

public final void setDescription(java.lang.String description)
Parameters:
description - the description 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 © 2015, Oracle and/or its affiliates. All rights reserved.