public class JobConstraint extends Reference
job_constraint asset type in IGC, displayed as 'Job Constraint' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
protected String |
name |
protected String |
nativeId |
protected MainObject |
ofLink |
protected ItemList<DataItem> |
usesFlowVariable |
| Constructor and Description |
|---|
JobConstraint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Retrieve the
expression property (displayed as 'Expression') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
MainObject |
getOfLink()
Retrieve the
of_link property (displayed as 'Link') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
ItemList<DataItem> |
getUsesFlowVariable()
Retrieve the
uses_flow_variable property (displayed as 'Stage Columns') of the object. |
void |
setExpression(String expression)
Set the
expression property (displayed as Expression) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setOfLink(MainObject ofLink)
Set the
of_link property (displayed as Link) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setUsesFlowVariable(ItemList<DataItem> usesFlowVariable)
Set the
uses_flow_variable property (displayed as Stage Columns) 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 expression
protected String name
protected String nativeId
protected MainObject ofLink
public String getExpression()
expression property (displayed as 'Expression') of the object.Stringpublic void setExpression(String expression)
expression property (displayed as Expression) of the object.expression - 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 MainObject getOfLink()
of_link property (displayed as 'Link') of the object.MainObjectpublic void setOfLink(MainObject ofLink)
of_link property (displayed as Link) of the object.ofLink - the value to setpublic ItemList<DataItem> getUsesFlowVariable()
uses_flow_variable property (displayed as 'Stage Columns') of the object.ItemList<DataItem>Copyright © 2018–2021 ODPi. All rights reserved.