public class CustomAttribute extends Reference
custom_attribute asset type in IGC, displayed as 'Custom Attribute' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
appliesTo |
protected String |
customAttributeType
Valid values are:
BOOLEAN (displayed in the UI as 'Boolean')
INTEGER (displayed in the UI as 'INTEGER')
DOUBLE (displayed in the UI as 'Number')
STRING (displayed in the UI as 'Predefined Values')
DATE (displayed in the UI as 'Date')
TEXT (displayed in the UI as 'Text')
REFERENCE (displayed in the UI as 'Relationship')
|
protected String |
description |
protected String |
name |
| Constructor and Description |
|---|
CustomAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppliesTo()
Retrieve the
applies_to property (displayed as 'Applies To') of the object. |
String |
getCustomAttributeType()
Retrieve the
custom_attribute_type property (displayed as 'Custom Attribute Type') of the object. |
String |
getDescription()
Retrieve the
description property (displayed as 'Description') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setAppliesTo(String appliesTo)
Set the
applies_to property (displayed as Applies To) of the object. |
void |
setCustomAttributeType(String customAttributeType)
Set the
custom_attribute_type property (displayed as Custom Attribute Type) of the object. |
void |
setDescription(String description)
Set the
description property (displayed as Description) 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 appliesTo
protected String customAttributeType
protected String description
protected String name
public String getAppliesTo()
applies_to property (displayed as 'Applies To') of the object.Stringpublic void setAppliesTo(String appliesTo)
applies_to property (displayed as Applies To) of the object.appliesTo - the value to setpublic String getCustomAttributeType()
custom_attribute_type property (displayed as 'Custom Attribute Type') of the object.Stringpublic void setCustomAttributeType(String customAttributeType)
custom_attribute_type property (displayed as Custom Attribute Type) of the object.customAttributeType - the value to setpublic 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 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 setCopyright © 2018–2021 ODPi. All rights reserved.