public class Archivedtask extends Reference
archivedtask asset type in IGC, displayed as 'ArchivedTask' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Date |
completionDate |
protected String |
message |
protected String |
name |
protected Date |
requestedOn |
protected String |
status |
| Constructor and Description |
|---|
Archivedtask() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCompletionDate()
Retrieve the
completion_date property (displayed as 'Date Completed') of the object. |
String |
getMessage()
Retrieve the
message property (displayed as 'Status Message') of the object. |
Date |
getRequestedOn()
Retrieve the
requested_on property (displayed as 'Date Requested') of the object. |
String |
getStatus()
Retrieve the
status property (displayed as 'Status') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Asset Name') of the object. |
void |
setCompletionDate(Date completionDate)
Set the
completion_date property (displayed as Date Completed) of the object. |
void |
setMessage(String message)
Set the
message property (displayed as Status Message) of the object. |
void |
setRequestedOn(Date requestedOn)
Set the
requested_on property (displayed as Date Requested) of the object. |
void |
setStatus(String status)
Set the
status property (displayed as Status) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Asset Name) 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 Date completionDate
protected String message
protected String name
protected Date requestedOn
protected String status
public Date getCompletionDate()
completion_date property (displayed as 'Date Completed') of the object.Datepublic void setCompletionDate(Date completionDate)
completion_date property (displayed as Date Completed) of the object.completionDate - the value to setpublic String getMessage()
message property (displayed as 'Status Message') of the object.Stringpublic void setMessage(String message)
message property (displayed as Status Message) of the object.message - the value to setpublic String getTheName()
name property (displayed as 'Asset Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Asset Name) of the object.name - the value to setpublic Date getRequestedOn()
requested_on property (displayed as 'Date Requested') of the object.Datepublic void setRequestedOn(Date requestedOn)
requested_on property (displayed as Date Requested) of the object.requestedOn - the value to setpublic String getStatus()
status property (displayed as 'Status') of the object.Stringpublic void setStatus(String status)
status property (displayed as Status) of the object.status - the value to setCopyright © 2018–2021 ODPi. All rights reserved.