public class Classdescriptor extends Reference
classdescriptor asset type in IGC, displayed as 'ClassDescriptor' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
class_name
The
class_name property, displayed as 'Class Name' in the IGC UI. |
protected String |
created_by
The
created_by property, displayed as 'Created By' in the IGC UI. |
protected Date |
created_on
The
created_on property, displayed as 'Created On' in the IGC UI. |
protected ReferenceList |
has_action_descriptor
The
has_action_descriptor property, displayed as 'Has Action Descriptor' in the IGC UI. |
protected ReferenceList |
has_custom_attribute_def
The
has_custom_attribute_def property, displayed as 'Has Custom Attribute Def' in the IGC UI. |
protected ReferenceList |
has_navigation_descriptor
The
has_navigation_descriptor property, displayed as 'Has Navigation Descriptor' in the IGC UI. |
protected ReferenceList |
has_prop_descriptor
The
has_prop_descriptor property, displayed as 'Has Prop Descriptor' in the IGC UI. |
protected String |
identifier_attribute
The
identifier_attribute property, displayed as 'Identifier Attribute' in the IGC UI. |
protected String |
long_description_attribute
The
long_description_attribute property, displayed as 'Long Description Attribute' in the IGC UI. |
protected String |
model_name
The
model_name property, displayed as 'Model Name' in the IGC UI. |
protected String |
model_uri
The
model_uri property, displayed as 'Model URI' in the IGC UI. |
protected String |
modified_by
The
modified_by property, displayed as 'Modified By' in the IGC UI. |
protected Date |
modified_on
The
modified_on property, displayed as 'Modified On' in the IGC UI. |
protected String |
short_description_attribute
The
short_description_attribute property, displayed as 'Short Description Attribute' in the IGC UI. |
protected ReferenceList |
used_in_application_function
The
used_in_application_function property, displayed as 'Used In Application Function' in the IGC UI. |
| Constructor and Description |
|---|
Classdescriptor() |
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 identifier_attribute
identifier_attribute property, displayed as 'Identifier Attribute' in the IGC UI.protected String class_name
class_name property, displayed as 'Class Name' in the IGC UI.protected ReferenceList used_in_application_function
used_in_application_function property, displayed as 'Used In Application Function' in the IGC UI.
ReferenceList of Applicationfunction objects.protected String long_description_attribute
long_description_attribute property, displayed as 'Long Description Attribute' in the IGC UI.protected ReferenceList has_navigation_descriptor
has_navigation_descriptor property, displayed as 'Has Navigation Descriptor' in the IGC UI.
ReferenceList of Navigationdescriptor objects.protected ReferenceList has_prop_descriptor
has_prop_descriptor property, displayed as 'Has Prop Descriptor' in the IGC UI.
ReferenceList of Propdescriptor objects.protected String model_name
model_name property, displayed as 'Model Name' in the IGC UI.protected ReferenceList has_custom_attribute_def
has_custom_attribute_def property, displayed as 'Has Custom Attribute Def' in the IGC UI.
ReferenceList of InformationAsset objects.protected String model_uri
model_uri property, displayed as 'Model URI' in the IGC UI.protected String short_description_attribute
short_description_attribute property, displayed as 'Short Description Attribute' in the IGC UI.protected ReferenceList has_action_descriptor
has_action_descriptor property, displayed as 'Has Action Descriptor' in the IGC UI.
ReferenceList of Actiondescriptor objects.protected String created_by
created_by property, displayed as 'Created By' in the IGC UI.protected Date created_on
created_on property, displayed as 'Created On' in the IGC UI.protected String modified_by
modified_by property, displayed as 'Modified By' in the IGC UI.protected Date modified_on
modified_on property, displayed as 'Modified On' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getIdentifierAttribute()
identifier_attributepublic void setIdentifierAttribute(String identifier_attribute)
identifier_attributepublic String getClassName()
class_namepublic void setClassName(String class_name)
class_namepublic ReferenceList getUsedInApplicationFunction()
used_in_application_functionpublic void setUsedInApplicationFunction(ReferenceList used_in_application_function)
used_in_application_functionpublic String getLongDescriptionAttribute()
long_description_attributepublic void setLongDescriptionAttribute(String long_description_attribute)
long_description_attributepublic ReferenceList getHasNavigationDescriptor()
has_navigation_descriptorpublic void setHasNavigationDescriptor(ReferenceList has_navigation_descriptor)
has_navigation_descriptorpublic ReferenceList getHasPropDescriptor()
has_prop_descriptorpublic void setHasPropDescriptor(ReferenceList has_prop_descriptor)
has_prop_descriptorpublic String getModelName()
model_namepublic void setModelName(String model_name)
model_namepublic ReferenceList getHasCustomAttributeDef()
has_custom_attribute_defpublic void setHasCustomAttributeDef(ReferenceList has_custom_attribute_def)
has_custom_attribute_defpublic String getShortDescriptionAttribute()
short_description_attributepublic void setShortDescriptionAttribute(String short_description_attribute)
short_description_attributepublic ReferenceList getHasActionDescriptor()
has_action_descriptorpublic void setHasActionDescriptor(ReferenceList has_action_descriptor)
has_action_descriptorpublic String getCreatedBy()
created_bypublic void setCreatedBy(String created_by)
created_bypublic Date getCreatedOn()
created_onpublic void setCreatedOn(Date created_on)
created_onpublic String getModifiedBy()
modified_bypublic void setModifiedBy(String modified_by)
modified_bypublic Date getModifiedOn()
modified_onpublic void setModifiedOn(Date modified_on)
modified_onpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.