public class Inputpin extends Reference
inputpin asset type in IGC, displayed as 'InputPin' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected MainObject |
isTargetOfLink |
protected MainObject |
ofJobComponent |
protected Number |
sequence |
| Constructor and Description |
|---|
Inputpin() |
| Modifier and Type | Method and Description |
|---|---|
MainObject |
getIsTargetOfLink()
Retrieve the
is_target_of_link property (displayed as 'Is Target 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 |
setIsTargetOfLink(MainObject isTargetOfLink)
Set the
is_target_of_link property (displayed as Is Target 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 isTargetOfLink
protected MainObject ofJobComponent
protected Number sequence
public MainObject getIsTargetOfLink()
is_target_of_link property (displayed as 'Is Target Of Link') of the object.MainObjectpublic void setIsTargetOfLink(MainObject isTargetOfLink)
is_target_of_link property (displayed as Is Target Of Link) of the object.isTargetOfLink - 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.