public class Acl extends Reference
acl asset type in IGC, displayed as 'Acl' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Aclentry> |
hasAclEntry |
protected InformationAsset |
ofCommonObject |
| Constructor and Description |
|---|
Acl() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Aclentry> |
getHasAclEntry()
Retrieve the
has_acl_entry property (displayed as 'Has Acl Entry') of the object. |
InformationAsset |
getOfCommonObject()
Retrieve the
of_common_object property (displayed as 'Of Common Object') of the object. |
void |
setHasAclEntry(ItemList<Aclentry> hasAclEntry)
Set the
has_acl_entry property (displayed as Has Acl Entry) of the object. |
void |
setOfCommonObject(InformationAsset ofCommonObject)
Set the
of_common_object property (displayed as Of Common Object) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected InformationAsset ofCommonObject
public ItemList<Aclentry> getHasAclEntry()
has_acl_entry property (displayed as 'Has Acl Entry') of the object.ItemList<Aclentry>public void setHasAclEntry(ItemList<Aclentry> hasAclEntry)
has_acl_entry property (displayed as Has Acl Entry) of the object.hasAclEntry - the value to setpublic InformationAsset getOfCommonObject()
of_common_object property (displayed as 'Of Common Object') of the object.InformationAssetpublic void setOfCommonObject(InformationAsset ofCommonObject)
of_common_object property (displayed as Of Common Object) of the object.ofCommonObject - the value to setCopyright © 2018–2021 ODPi. All rights reserved.