public class JobRun extends Reference
job_run asset type in IGC, displayed as 'Job Run' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
created_by
The
created_by property, displayed as 'Created By' in the IGC UI. |
protected Date |
created_on
The
created_on property, displayed as 'Created On' in the IGC UI. |
protected Date |
ending_date
The
ending_date property, displayed as 'Ending Date' in the IGC UI. |
protected String |
invocation_id
The
invocation_id property, displayed as 'Invocation ID' in the IGC UI. |
protected Reference |
job
The
job property, displayed as 'Job' in the IGC UI. |
protected String |
modified_by
The
modified_by property, displayed as 'Modified By' in the IGC UI. |
protected Date |
modified_on
The
modified_on property, displayed as 'Modified On' in the IGC UI. |
protected String |
omd_file_name
The
omd_file_name property, displayed as 'OMD File Name' in the IGC UI. |
protected ReferenceList |
parameters
The
parameters property, displayed as 'Parameters' in the IGC UI. |
protected Date |
starting_date
The
starting_date property, displayed as 'Starting Date' in the IGC UI. |
protected String |
translated_status_code
The
translated_status_code property, displayed as 'Status' in the IGC UI. |
protected String |
translated_summary
The
translated_summary property, displayed as 'Name' in the IGC UI. |
protected String |
wave_number
The
wave_number property, displayed as 'Wave Number' in the IGC UI. |
| Constructor and Description |
|---|
JobRun() |
canAssetBeCreatedFromPOJO, getAllPropertiesFromPOJO, getAssetDetails, getAssetTypeForSearch, getAssetTypeFromPOJO, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getContext, getDisplayNameFromPOJO, getFieldByName, getFullAssetDetails, getId, getIdentity, getName, getNonRelationshipPropertiesFromPOJO, getPagedRelationalPropertiesFromPOJO, getPropertyByName, getStringPropertiesFromPOJO, getType, getUrl, hasModificationDetails, hasModificationDetails, hasProperty, isCreatableFromPOJO, isFullyRetrieved, isReference, isReference, isReferenceList, isReferenceList, isSimpleType, isSimpleType, populateContext, populateModificationDetails, setContext, setFullyRetrieved, setId, setName, setPropertyByName, setType, setUrlgetAllFields, toStringprotected String translated_summary
translated_summary property, displayed as 'Name' in the IGC UI.protected Reference job
protected String invocation_id
invocation_id property, displayed as 'Invocation ID' in the IGC UI.protected String wave_number
wave_number property, displayed as 'Wave Number' in the IGC UI.protected String omd_file_name
omd_file_name property, displayed as 'OMD File Name' in the IGC UI.protected Date starting_date
starting_date property, displayed as 'Starting Date' in the IGC UI.protected Date ending_date
ending_date property, displayed as 'Ending Date' in the IGC UI.protected String translated_status_code
translated_status_code property, displayed as 'Status' in the IGC UI.protected ReferenceList parameters
parameters property, displayed as 'Parameters' in the IGC UI.
ReferenceList of JobParameter objects.protected String created_by
created_by property, displayed as 'Created By' in the IGC UI.protected Date created_on
created_on property, displayed as 'Created On' in the IGC UI.protected String modified_by
modified_by property, displayed as 'Modified By' in the IGC UI.protected Date modified_on
modified_on property, displayed as 'Modified On' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getTranslatedSummary()
translated_summarypublic void setTranslatedSummary(String translated_summary)
translated_summarypublic String getInvocationId()
invocation_idpublic void setInvocationId(String invocation_id)
invocation_idpublic String getWaveNumber()
wave_numberpublic void setWaveNumber(String wave_number)
wave_numberpublic String getOmdFileName()
omd_file_namepublic void setOmdFileName(String omd_file_name)
omd_file_namepublic Date getStartingDate()
starting_datepublic void setStartingDate(Date starting_date)
starting_datepublic Date getEndingDate()
ending_datepublic void setEndingDate(Date ending_date)
ending_datepublic String getTranslatedStatusCode()
translated_status_codepublic void setTranslatedStatusCode(String translated_status_code)
translated_status_codepublic ReferenceList getParameters()
parameterspublic void setParameters(ReferenceList parameters)
parameterspublic String getCreatedBy()
created_bypublic void setCreatedBy(String created_by)
created_bypublic Date getCreatedOn()
created_onpublic void setCreatedOn(Date created_on)
created_onpublic String getModifiedBy()
modified_bypublic void setModifiedBy(String modified_by)
modified_bypublic Date getModifiedOn()
modified_onpublic void setModifiedOn(Date modified_on)
modified_onpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.