public class Label extends Reference
label asset type in IGC, displayed as 'Label' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected ItemList<InformationAsset> |
labeledAssets |
protected String |
name |
protected String |
nativeId |
| Constructor and Description |
|---|
Label() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Retrieve the
description property (displayed as 'Description') of the object. |
ItemList<InformationAsset> |
getLabeledAssets()
Retrieve the
labeled_assets property (displayed as 'Labeled Assets') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setDescription(String description)
Set the
description property (displayed as Description) of the object. |
void |
setLabeledAssets(ItemList<InformationAsset> labeledAssets)
Set the
labeled_assets property (displayed as Labeled Assets) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) 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 String description
protected ItemList<InformationAsset> labeledAssets
protected String name
protected String nativeId
public String getDescription()
description property (displayed as 'Description') of the object.Stringpublic void setDescription(String description)
description property (displayed as Description) of the object.description - the value to setpublic ItemList<InformationAsset> getLabeledAssets()
labeled_assets property (displayed as 'Labeled Assets') of the object.ItemList<InformationAsset>public void setLabeledAssets(ItemList<InformationAsset> labeledAssets)
labeled_assets property (displayed as Labeled Assets) of the object.labeledAssets - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - the value to setpublic String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - the value to setCopyright © 2018–2021 ODPi. All rights reserved.