public class DsparameterJob extends Reference
dsparameter_job asset type in IGC, displayed as 'Parameter' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
defaultValue |
protected String |
displayCaption |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected Jobdef |
ofJobDef |
protected String |
type |
| Constructor and Description |
|---|
DsparameterJob() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDefaultValue()
Retrieve the
default_value property (displayed as 'Default Value') of the object. |
String |
getDisplayCaption()
Retrieve the
display_caption property (displayed as 'Display Caption') 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. |
Jobdef |
getOfJobDef()
Retrieve the
of_job_def property (displayed as 'Job') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
void |
setDefaultValue(List<String> defaultValue)
Set the
default_value property (displayed as Default Value) of the object. |
void |
setDisplayCaption(String displayCaption)
Set the
display_caption property (displayed as Display Caption) 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 |
setOfJobDef(Jobdef ofJobDef)
Set the
of_job_def property (displayed as Job) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Type) 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 displayCaption
protected String longDescription
protected String name
protected String nativeId
protected Jobdef ofJobDef
protected String type
public List<String> getDefaultValue()
default_value property (displayed as 'Default Value') of the object.List<String>public void setDefaultValue(List<String> defaultValue)
default_value property (displayed as Default Value) of the object.defaultValue - the value to setpublic String getDisplayCaption()
display_caption property (displayed as 'Display Caption') of the object.Stringpublic void setDisplayCaption(String displayCaption)
display_caption property (displayed as Display Caption) of the object.displayCaption - 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 Jobdef getOfJobDef()
of_job_def property (displayed as 'Job') of the object.Jobdefpublic void setOfJobDef(Jobdef ofJobDef)
of_job_def property (displayed as Job) of the object.ofJobDef - the value to setpublic String getTheType()
type property (displayed as 'Type') of the object.Stringpublic void setTheType(String type)
type property (displayed as Type) of the object.type - the value to setCopyright © 2018–2021 ODPi. All rights reserved.