public class TransformsFunction extends Reference
transforms_function asset type in IGC, displayed as 'Transforms Function' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<TransformArgument> |
arguments |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected String |
shortDescription |
protected String |
sourceCode |
protected TransformationProject |
transformationProject |
| Constructor and Description |
|---|
TransformsFunction() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<TransformArgument> |
getArguments()
Retrieve the
arguments property (displayed as 'Arguments') of the object. |
String |
getLongDescription()
Retrieve the
long_description property (displayed as 'Long Description') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
String |
getSourceCode()
Retrieve the
source_code property (displayed as 'Definition') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
TransformationProject |
getTransformationProject()
Retrieve the
transformation_project property (displayed as 'Transformation Project') of the object. |
void |
setArguments(ItemList<TransformArgument> arguments)
Set the
arguments property (displayed as Arguments) of the object. |
void |
setLongDescription(String longDescription)
Set the
long_description property (displayed as Long Description) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setSourceCode(String sourceCode)
Set the
source_code property (displayed as Definition) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setTransformationProject(TransformationProject transformationProject)
Set the
transformation_project property (displayed as Transformation Project) 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 ItemList<TransformArgument> arguments
protected String longDescription
protected String name
protected String nativeId
protected String shortDescription
protected String sourceCode
protected TransformationProject transformationProject
public ItemList<TransformArgument> getArguments()
arguments property (displayed as 'Arguments') of the object.ItemList<TransformArgument>public void setArguments(ItemList<TransformArgument> arguments)
arguments property (displayed as Arguments) of the object.arguments - the value to setpublic String getLongDescription()
long_description property (displayed as 'Long Description') of the object.Stringpublic void setLongDescription(String longDescription)
long_description property (displayed as Long Description) of the object.longDescription - 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 String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - the value to setpublic String getShortDescription()
short_description property (displayed as 'Short Description') of the object.Stringpublic void setShortDescription(String shortDescription)
short_description property (displayed as Short Description) of the object.shortDescription - the value to setpublic String getSourceCode()
source_code property (displayed as 'Definition') of the object.Stringpublic void setSourceCode(String sourceCode)
source_code property (displayed as Definition) of the object.sourceCode - the value to setpublic TransformationProject getTransformationProject()
transformation_project property (displayed as 'Transformation Project') of the object.TransformationProjectpublic void setTransformationProject(TransformationProject transformationProject)
transformation_project property (displayed as Transformation Project) of the object.transformationProject - the value to setCopyright © 2018–2021 ODPi. All rights reserved.