public class Outputpin extends Reference
outputpin asset type in IGC, displayed as 'OutputPin' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected MainObject |
isSourceOfLink |
protected MainObject |
ofJobComponent |
protected Number |
sequence |
| Constructor and Description |
|---|
Outputpin() |
| Modifier and Type | Method and Description |
|---|---|
MainObject |
getIsSourceOfLink()
Retrieve the
is_source_of_link property (displayed as 'Is Source Of Link') of the object. |
MainObject |
getOfJobComponent()
Retrieve the
of_job_component property (displayed as 'Of Job Component') of the object. |
Number |
getSequence()
Retrieve the
sequence property (displayed as 'Sequence') of the object. |
void |
setIsSourceOfLink(MainObject isSourceOfLink)
Set the
is_source_of_link property (displayed as Is Source Of Link) of the object. |
void |
setOfJobComponent(MainObject ofJobComponent)
Set the
of_job_component property (displayed as Of Job Component) of the object. |
void |
setSequence(Number sequence)
Set the
sequence property (displayed as Sequence) 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 MainObject isSourceOfLink
protected MainObject ofJobComponent
protected Number sequence
public MainObject getIsSourceOfLink()
is_source_of_link property (displayed as 'Is Source Of Link') of the object.MainObjectpublic void setIsSourceOfLink(MainObject isSourceOfLink)
is_source_of_link property (displayed as Is Source Of Link) of the object.isSourceOfLink - the value to setpublic MainObject getOfJobComponent()
of_job_component property (displayed as 'Of Job Component') of the object.MainObjectpublic void setOfJobComponent(MainObject ofJobComponent)
of_job_component property (displayed as Of Job Component) of the object.ofJobComponent - the value to setpublic Number getSequence()
sequence property (displayed as 'Sequence') of the object.Numberpublic void setSequence(Number sequence)
sequence property (displayed as Sequence) of the object.sequence - the value to setCopyright © 2018–2021 ODPi. All rights reserved.