public class Applicationfunction extends Reference
applicationfunction asset type in IGC, displayed as 'ApplicationFunction' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
protected ItemList<Classdescriptor> |
usesClassDescriptor |
| Constructor and Description |
|---|
Applicationfunction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Retrieve the
description property (displayed as 'Description') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
ItemList<Classdescriptor> |
getUsesClassDescriptor()
Retrieve the
uses_class_descriptor property (displayed as 'Uses Class Descriptor') 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. |
void |
setUsesClassDescriptor(ItemList<Classdescriptor> usesClassDescriptor)
Set the
uses_class_descriptor property (displayed as Uses Class Descriptor) 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 description
protected String name
protected ItemList<Classdescriptor> usesClassDescriptor
public 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 setpublic ItemList<Classdescriptor> getUsesClassDescriptor()
uses_class_descriptor property (displayed as 'Uses Class Descriptor') of the object.ItemList<Classdescriptor>public void setUsesClassDescriptor(ItemList<Classdescriptor> usesClassDescriptor)
uses_class_descriptor property (displayed as Uses Class Descriptor) of the object.usesClassDescriptor - the value to setCopyright © 2018–2021 ODPi. All rights reserved.