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
The
description property, displayed as 'Description' in the IGC UI. |
protected ReferenceList |
labeled_assets
The
labeled_assets property, displayed as 'Labeled Assets' in the IGC UI. |
protected String |
name
The
name property, displayed as 'Name' in the IGC UI. |
| Constructor and Description |
|---|
Label() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
static List<String> |
getAllProperties() |
String |
getDescription() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
ReferenceList |
getLabeledAssets() |
static List<String> |
getNonRelationshipProperties() |
static List<String> |
getPagedRelationshipProperties() |
static List<String> |
getStringProperties() |
String |
getTheName() |
static Boolean |
includesModificationDetails() |
static Boolean |
isLabel(Object obj) |
void |
setDescription(String description) |
void |
setLabeledAssets(ReferenceList labeled_assets) |
void |
setTheName(String name) |
canAssetBeCreatedFromPOJO, getAllPropertiesFromPOJO, getAssetDetails, getAssetTypeForSearch, getAssetTypeFromPOJO, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getContext, getDisplayNameFromPOJO, getFieldByName, getFullAssetDetails, getId, getIdentity, getName, getNonRelationshipPropertiesFromPOJO, getPagedRelationalPropertiesFromPOJO, getPropertyByName, getStringPropertiesFromPOJO, getType, getUrl, hasModificationDetails, hasModificationDetails, hasProperty, isCreatableFromPOJO, isFullyRetrieved, isReference, isReference, isReferenceList, isReferenceList, isSimpleType, isSimpleType, populateContext, populateModificationDetails, setContext, setFullyRetrieved, setId, setName, setPropertyByName, setType, setUrlgetAllFields, toStringprotected String name
name property, displayed as 'Name' in the IGC UI.protected String description
description property, displayed as 'Description' in the IGC UI.protected ReferenceList labeled_assets
labeled_assets property, displayed as 'Labeled Assets' in the IGC UI.
ReferenceList of InformationAsset objects.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getDescription()
descriptionpublic void setDescription(String description)
descriptionpublic ReferenceList getLabeledAssets()
labeled_assetspublic void setLabeledAssets(ReferenceList labeled_assets)
labeled_assetspublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.