public class EntitlementPublication extends EntityPublication implements java.io.Serializable
EntityPublication.Attribute| Constructor and Description |
|---|
EntitlementPublication() |
| Modifier and Type | Method and Description |
|---|---|
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() |
equals, getEntityId, getEntityPublicationId, getEntityType, getRootScopeId, getRootScopeName, getScopeId, getScopeName, getScopeType, hashCode, isHierarchicalScope, setEntityId, setEntityPublicationId, setEntityType, setHierarchicalScope, setScopeIdpublic final java.lang.String getEntitlementDisplayName()
public final void setEntitlementDisplayName(java.lang.String entitlementDisplayName)
entitlementDisplayName - the entitlementDisplayName to setpublic final java.lang.String getDescription()
public final void setDescription(java.lang.String description)
description - the description to setpublic final java.lang.String getHierarchyDetails()
public final void setHierarchyDetails(java.lang.String hierarchyDetails)
hierarchyDetails - the hierarchyDetails to setpublic java.lang.String toString()
toString in class EntityPublication