public class ObjectDataImpl extends AbstractExtensionData implements MutableObjectData
| Constructor and Description |
|---|
ObjectDataImpl() |
| Modifier and Type | Method and Description |
|---|---|
Acl |
getAcl() |
AllowableActions |
getAllowableActions() |
BaseTypeId |
getBaseTypeId() |
ChangeEventInfo |
getChangeEventInfo() |
String |
getId() |
PolicyIdList |
getPolicyIds() |
Properties |
getProperties() |
List<ObjectData> |
getRelationships() |
List<RenditionData> |
getRenditions() |
Boolean |
isExactAcl() |
void |
setAcl(Acl acl) |
void |
setAllowableActions(AllowableActions allowableActions) |
void |
setChangeEventInfo(ChangeEventInfo changeEventInfo) |
void |
setIsExactAcl(Boolean isExactACL) |
void |
setPolicyIds(PolicyIdList policyIds) |
void |
setProperties(Properties properties) |
void |
setRelationships(List<ObjectData> relationships) |
void |
setRenditions(List<RenditionData> renditions) |
String |
toString() |
getExtensions, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtensions, setExtensionspublic String getId()
getId in interface ObjectDatapublic BaseTypeId getBaseTypeId()
getBaseTypeId in interface ObjectDatapublic Properties getProperties()
getProperties in interface ObjectDatapublic void setProperties(Properties properties)
setProperties in interface MutableObjectDatapublic ChangeEventInfo getChangeEventInfo()
getChangeEventInfo in interface ObjectDatapublic void setChangeEventInfo(ChangeEventInfo changeEventInfo)
setChangeEventInfo in interface MutableObjectDatapublic List<ObjectData> getRelationships()
getRelationships in interface ObjectDatapublic void setRelationships(List<ObjectData> relationships)
setRelationships in interface MutableObjectDatapublic List<RenditionData> getRenditions()
getRenditions in interface ObjectDatapublic void setRenditions(List<RenditionData> renditions)
setRenditions in interface MutableObjectDatapublic PolicyIdList getPolicyIds()
getPolicyIds in interface ObjectDatapublic void setPolicyIds(PolicyIdList policyIds)
setPolicyIds in interface MutableObjectDatapublic AllowableActions getAllowableActions()
getAllowableActions in interface ObjectDatapublic void setAllowableActions(AllowableActions allowableActions)
setAllowableActions in interface MutableObjectDatapublic Acl getAcl()
getAcl in interface ObjectDatapublic void setAcl(Acl acl)
setAcl in interface MutableObjectDatapublic Boolean isExactAcl()
isExactAcl in interface ObjectDatapublic void setIsExactAcl(Boolean isExactACL)
setIsExactAcl in interface MutableObjectDatapublic String toString()
toString in class AbstractExtensionDataCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.