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 |
className |
protected ItemList<Actiondescriptor> |
hasActionDescriptor |
protected ItemList<InformationAsset> |
hasCustomAttributeDef |
protected ItemList<Navigationdescriptor> |
hasNavigationDescriptor |
protected ItemList<Propdescriptor> |
hasPropDescriptor |
protected String |
identifierAttribute |
protected String |
longDescriptionAttribute |
protected String |
modelName |
protected String |
modelUri |
protected String |
shortDescriptionAttribute |
protected ItemList<Applicationfunction> |
usedInApplicationFunction |
| Constructor and Description |
|---|
Classdescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Retrieve the
class_name property (displayed as 'Class Name') of the object. |
ItemList<Actiondescriptor> |
getHasActionDescriptor()
Retrieve the
has_action_descriptor property (displayed as 'Has Action Descriptor') of the object. |
ItemList<InformationAsset> |
getHasCustomAttributeDef()
Retrieve the
has_custom_attribute_def property (displayed as 'Has Custom Attribute Def') of the object. |
ItemList<Navigationdescriptor> |
getHasNavigationDescriptor()
Retrieve the
has_navigation_descriptor property (displayed as 'Has Navigation Descriptor') of the object. |
ItemList<Propdescriptor> |
getHasPropDescriptor()
Retrieve the
has_prop_descriptor property (displayed as 'Has Prop Descriptor') of the object. |
String |
getIdentifierAttribute()
Retrieve the
identifier_attribute property (displayed as 'Identifier Attribute') of the object. |
String |
getLongDescriptionAttribute()
Retrieve the
long_description_attribute property (displayed as 'Long Description Attribute') of the object. |
String |
getModelName()
Retrieve the
model_name property (displayed as 'Model Name') of the object. |
String |
getModelUri()
Retrieve the
model_uri property (displayed as 'Model URI') of the object. |
String |
getShortDescriptionAttribute()
Retrieve the
short_description_attribute property (displayed as 'Short Description Attribute') of the object. |
ItemList<Applicationfunction> |
getUsedInApplicationFunction()
Retrieve the
used_in_application_function property (displayed as 'Used In Application Function') of the object. |
void |
setClassName(String className)
Set the
class_name property (displayed as Class Name) of the object. |
void |
setHasActionDescriptor(ItemList<Actiondescriptor> hasActionDescriptor)
Set the
has_action_descriptor property (displayed as Has Action Descriptor) of the object. |
void |
setHasCustomAttributeDef(ItemList<InformationAsset> hasCustomAttributeDef)
Set the
has_custom_attribute_def property (displayed as Has Custom Attribute Def) of the object. |
void |
setHasNavigationDescriptor(ItemList<Navigationdescriptor> hasNavigationDescriptor)
Set the
has_navigation_descriptor property (displayed as Has Navigation Descriptor) of the object. |
void |
setHasPropDescriptor(ItemList<Propdescriptor> hasPropDescriptor)
Set the
has_prop_descriptor property (displayed as Has Prop Descriptor) of the object. |
void |
setIdentifierAttribute(String identifierAttribute)
Set the
identifier_attribute property (displayed as Identifier Attribute) of the object. |
void |
setLongDescriptionAttribute(String longDescriptionAttribute)
Set the
long_description_attribute property (displayed as Long Description Attribute) of the object. |
void |
setModelName(String modelName)
Set the
model_name property (displayed as Model Name) of the object. |
void |
setModelUri(String modelUri)
Set the
model_uri property (displayed as Model URI) of the object. |
void |
setShortDescriptionAttribute(String shortDescriptionAttribute)
Set the
short_description_attribute property (displayed as Short Description Attribute) of the object. |
void |
setUsedInApplicationFunction(ItemList<Applicationfunction> usedInApplicationFunction)
Set the
used_in_application_function property (displayed as Used In Application Function) 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 className
protected ItemList<Actiondescriptor> hasActionDescriptor
protected ItemList<InformationAsset> hasCustomAttributeDef
protected ItemList<Navigationdescriptor> hasNavigationDescriptor
protected ItemList<Propdescriptor> hasPropDescriptor
protected String identifierAttribute
protected String longDescriptionAttribute
protected String modelName
protected String modelUri
protected String shortDescriptionAttribute
protected ItemList<Applicationfunction> usedInApplicationFunction
public String getClassName()
class_name property (displayed as 'Class Name') of the object.Stringpublic void setClassName(String className)
class_name property (displayed as Class Name) of the object.className - the value to setpublic ItemList<Actiondescriptor> getHasActionDescriptor()
has_action_descriptor property (displayed as 'Has Action Descriptor') of the object.ItemList<Actiondescriptor>public void setHasActionDescriptor(ItemList<Actiondescriptor> hasActionDescriptor)
has_action_descriptor property (displayed as Has Action Descriptor) of the object.hasActionDescriptor - the value to setpublic ItemList<InformationAsset> getHasCustomAttributeDef()
has_custom_attribute_def property (displayed as 'Has Custom Attribute Def') of the object.ItemList<InformationAsset>public void setHasCustomAttributeDef(ItemList<InformationAsset> hasCustomAttributeDef)
has_custom_attribute_def property (displayed as Has Custom Attribute Def) of the object.hasCustomAttributeDef - the value to setpublic ItemList<Navigationdescriptor> getHasNavigationDescriptor()
has_navigation_descriptor property (displayed as 'Has Navigation Descriptor') of the object.ItemList<Navigationdescriptor>public void setHasNavigationDescriptor(ItemList<Navigationdescriptor> hasNavigationDescriptor)
has_navigation_descriptor property (displayed as Has Navigation Descriptor) of the object.hasNavigationDescriptor - the value to setpublic ItemList<Propdescriptor> getHasPropDescriptor()
has_prop_descriptor property (displayed as 'Has Prop Descriptor') of the object.ItemList<Propdescriptor>public void setHasPropDescriptor(ItemList<Propdescriptor> hasPropDescriptor)
has_prop_descriptor property (displayed as Has Prop Descriptor) of the object.hasPropDescriptor - the value to setpublic String getIdentifierAttribute()
identifier_attribute property (displayed as 'Identifier Attribute') of the object.Stringpublic void setIdentifierAttribute(String identifierAttribute)
identifier_attribute property (displayed as Identifier Attribute) of the object.identifierAttribute - the value to setpublic String getLongDescriptionAttribute()
long_description_attribute property (displayed as 'Long Description Attribute') of the object.Stringpublic void setLongDescriptionAttribute(String longDescriptionAttribute)
long_description_attribute property (displayed as Long Description Attribute) of the object.longDescriptionAttribute - the value to setpublic String getModelName()
model_name property (displayed as 'Model Name') of the object.Stringpublic void setModelName(String modelName)
model_name property (displayed as Model Name) of the object.modelName - the value to setpublic String getModelUri()
model_uri property (displayed as 'Model URI') of the object.Stringpublic void setModelUri(String modelUri)
model_uri property (displayed as Model URI) of the object.modelUri - the value to setpublic String getShortDescriptionAttribute()
short_description_attribute property (displayed as 'Short Description Attribute') of the object.Stringpublic void setShortDescriptionAttribute(String shortDescriptionAttribute)
short_description_attribute property (displayed as Short Description Attribute) of the object.shortDescriptionAttribute - the value to setpublic ItemList<Applicationfunction> getUsedInApplicationFunction()
used_in_application_function property (displayed as 'Used In Application Function') of the object.ItemList<Applicationfunction>public void setUsedInApplicationFunction(ItemList<Applicationfunction> usedInApplicationFunction)
used_in_application_function property (displayed as Used In Application Function) of the object.usedInApplicationFunction - the value to setCopyright © 2018–2021 ODPi. All rights reserved.