public class Job extends MainObject
job asset type in IGC, displayed as 'Job' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Jobdef |
hasJobDef |
protected Host |
hostSystem |
protected String |
nativeId |
protected String |
releaseStatus |
assignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
Job() |
| Modifier and Type | Method and Description |
|---|---|
Jobdef |
getHasJobDef()
Retrieve the
has_job_def property (displayed as 'Has Job Def') of the object. |
Host |
getHostSystem()
Retrieve the
host_system property (displayed as 'Host System') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
String |
getReleaseStatus()
Retrieve the
release_status property (displayed as 'Release Status') of the object. |
void |
setHasJobDef(Jobdef hasJobDef)
Set the
has_job_def property (displayed as Has Job Def) of the object. |
void |
setHostSystem(Host hostSystem)
Set the
host_system property (displayed as Host System) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setReleaseStatus(String releaseStatus)
Set the
release_status property (displayed as Release Status) of the object. |
getAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, 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 Jobdef hasJobDef
protected Host hostSystem
protected String nativeId
protected String releaseStatus
public Jobdef getHasJobDef()
has_job_def property (displayed as 'Has Job Def') of the object.Jobdefpublic void setHasJobDef(Jobdef hasJobDef)
has_job_def property (displayed as Has Job Def) of the object.hasJobDef - the value to setpublic Host getHostSystem()
host_system property (displayed as 'Host System') of the object.Hostpublic void setHostSystem(Host hostSystem)
host_system property (displayed as Host System) of the object.hostSystem - 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 String getReleaseStatus()
release_status property (displayed as 'Release Status') of the object.Stringpublic void setReleaseStatus(String releaseStatus)
release_status property (displayed as Release Status) of the object.releaseStatus - the value to setCopyright © 2018–2021 ODPi. All rights reserved.