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 |
applies_to
The
applies_to property, displayed as 'Applies To' in the IGC UI. |
protected String |
custom_attribute_type
The
custom_attribute_type property, displayed as 'Custom Attribute Type' in the IGC UI. |
protected String |
description
The
description property, displayed as 'Description' in the IGC UI. |
protected String |
name
The
name property, displayed as 'Name' in the IGC UI. |
| Constructor and Description |
|---|
CustomAttribute() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
static List<String> |
getAllProperties() |
String |
getAppliesTo() |
String |
getCustomAttributeType() |
String |
getDescription() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
static List<String> |
getNonRelationshipProperties() |
static List<String> |
getPagedRelationshipProperties() |
static List<String> |
getStringProperties() |
String |
getTheName() |
static Boolean |
includesModificationDetails() |
static Boolean |
isCustomAttribute(Object obj) |
void |
setAppliesTo(String applies_to) |
void |
setCustomAttributeType(String custom_attribute_type) |
void |
setDescription(String description) |
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 custom_attribute_type
custom_attribute_type property, displayed as 'Custom Attribute Type' in the IGC UI.
protected String applies_to
applies_to property, displayed as 'Applies To' in the IGC UI.protected String name
name property, displayed as 'Name' in the IGC UI.protected String description
description property, displayed as 'Description' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getCustomAttributeType()
custom_attribute_typepublic void setCustomAttributeType(String custom_attribute_type)
custom_attribute_typepublic String getAppliesTo()
applies_topublic void setAppliesTo(String applies_to)
applies_topublic String getDescription()
descriptionpublic void setDescription(String description)
descriptionpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.