public class Link extends Reference
link asset type in IGC, displayed as 'Link' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Stage |
inputStages |
protected ItemList<MainObject> |
jobOrContainer |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected Stage |
outputStages |
protected String |
shortDescription |
protected ItemList<DataItem> |
stageColumns |
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
Stage |
getInputStages()
Retrieve the
input_stages property (displayed as 'Input Stages') of the object. |
ItemList<MainObject> |
getJobOrContainer()
Retrieve the
job_or_container property (displayed as 'Job or Container') 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. |
Stage |
getOutputStages()
Retrieve the
output_stages property (displayed as 'Output Stages') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
ItemList<DataItem> |
getStageColumns()
Retrieve the
stage_columns property (displayed as 'Stage Columns') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setInputStages(Stage inputStages)
Set the
input_stages property (displayed as Input Stages) of the object. |
void |
setJobOrContainer(ItemList<MainObject> jobOrContainer)
Set the
job_or_container property (displayed as Job or Container) 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 |
setOutputStages(Stage outputStages)
Set the
output_stages property (displayed as Output Stages) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setStageColumns(ItemList<DataItem> stageColumns)
Set the
stage_columns property (displayed as Stage Columns) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) 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 Stage inputStages
protected ItemList<MainObject> jobOrContainer
protected String longDescription
protected String name
protected String nativeId
protected Stage outputStages
protected String shortDescription
public Stage getInputStages()
input_stages property (displayed as 'Input Stages') of the object.Stagepublic void setInputStages(Stage inputStages)
input_stages property (displayed as Input Stages) of the object.inputStages - the value to setpublic ItemList<MainObject> getJobOrContainer()
job_or_container property (displayed as 'Job or Container') of the object.ItemList<MainObject>public void setJobOrContainer(ItemList<MainObject> jobOrContainer)
job_or_container property (displayed as Job or Container) of the object.jobOrContainer - 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 Stage getOutputStages()
output_stages property (displayed as 'Output Stages') of the object.Stagepublic void setOutputStages(Stage outputStages)
output_stages property (displayed as Output Stages) of the object.outputStages - 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 ItemList<DataItem> getStageColumns()
stage_columns property (displayed as 'Stage Columns') of the object.ItemList<DataItem>Copyright © 2018–2021 ODPi. All rights reserved.