public class DevelopmentLog extends Reference
development_log asset type in IGC, displayed as 'DevelopmentLog' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
activity |
protected String |
comment |
protected Date |
date |
protected List<String> |
developmentLog |
protected String |
newState |
protected String |
person |
protected String |
userTaskKey |
protected String |
userTaskName |
protected String |
workflowEvent |
protected String |
workflowInstanceId |
protected String |
workflowNewState |
protected String |
workflowTask |
| Constructor and Description |
|---|
DevelopmentLog() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivity()
Retrieve the
activity property (displayed as 'Activity') of the object. |
String |
getComment()
Retrieve the
comment property (displayed as 'Comment') of the object. |
Date |
getDate()
Retrieve the
date property (displayed as 'Date') of the object. |
List<String> |
getDevelopmentLog()
Retrieve the
development_log property (displayed as 'Header') of the object. |
String |
getNewState()
Retrieve the
new_state property (displayed as 'New State') of the object. |
String |
getPerson()
Retrieve the
person property (displayed as 'Person') of the object. |
String |
getUserTaskKey()
Retrieve the
user_task_key property (displayed as 'User Task Key') of the object. |
String |
getUserTaskName()
Retrieve the
user_task_name property (displayed as 'User Task Name') of the object. |
String |
getWorkflowEvent()
Retrieve the
workflow_event property (displayed as 'Workflow Event') of the object. |
String |
getWorkflowInstanceId()
Retrieve the
workflow_instance_id property (displayed as 'Workflow Instance Id') of the object. |
String |
getWorkflowNewState()
Retrieve the
workflow_new_state property (displayed as 'Workflow New State') of the object. |
String |
getWorkflowTask()
Retrieve the
workflow_task property (displayed as 'Workflow Task') of the object. |
void |
setActivity(String activity)
Set the
activity property (displayed as Activity) of the object. |
void |
setComment(String comment)
Set the
comment property (displayed as Comment) of the object. |
void |
setDate(Date date)
Set the
date property (displayed as Date) of the object. |
void |
setDevelopmentLog(List<String> developmentLog)
Set the
development_log property (displayed as Header) of the object. |
void |
setNewState(String newState)
Set the
new_state property (displayed as New State) of the object. |
void |
setPerson(String person)
Set the
person property (displayed as Person) of the object. |
void |
setUserTaskKey(String userTaskKey)
Set the
user_task_key property (displayed as User Task Key) of the object. |
void |
setUserTaskName(String userTaskName)
Set the
user_task_name property (displayed as User Task Name) of the object. |
void |
setWorkflowEvent(String workflowEvent)
Set the
workflow_event property (displayed as Workflow Event) of the object. |
void |
setWorkflowInstanceId(String workflowInstanceId)
Set the
workflow_instance_id property (displayed as Workflow Instance Id) of the object. |
void |
setWorkflowNewState(String workflowNewState)
Set the
workflow_new_state property (displayed as Workflow New State) of the object. |
void |
setWorkflowTask(String workflowTask)
Set the
workflow_task property (displayed as Workflow Task) 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 activity
protected String comment
protected Date date
protected String newState
protected String person
protected String userTaskKey
protected String userTaskName
protected String workflowEvent
protected String workflowInstanceId
protected String workflowNewState
protected String workflowTask
public String getActivity()
activity property (displayed as 'Activity') of the object.Stringpublic void setActivity(String activity)
activity property (displayed as Activity) of the object.activity - the value to setpublic String getComment()
comment property (displayed as 'Comment') of the object.Stringpublic void setComment(String comment)
comment property (displayed as Comment) of the object.comment - the value to setpublic Date getDate()
date property (displayed as 'Date') of the object.Datepublic void setDate(Date date)
date property (displayed as Date) of the object.date - the value to setpublic List<String> getDevelopmentLog()
development_log property (displayed as 'Header') of the object.List<String>public void setDevelopmentLog(List<String> developmentLog)
development_log property (displayed as Header) of the object.developmentLog - the value to setpublic String getNewState()
new_state property (displayed as 'New State') of the object.Stringpublic void setNewState(String newState)
new_state property (displayed as New State) of the object.newState - the value to setpublic String getPerson()
person property (displayed as 'Person') of the object.Stringpublic void setPerson(String person)
person property (displayed as Person) of the object.person - the value to setpublic String getUserTaskKey()
user_task_key property (displayed as 'User Task Key') of the object.Stringpublic void setUserTaskKey(String userTaskKey)
user_task_key property (displayed as User Task Key) of the object.userTaskKey - the value to setpublic String getUserTaskName()
user_task_name property (displayed as 'User Task Name') of the object.Stringpublic void setUserTaskName(String userTaskName)
user_task_name property (displayed as User Task Name) of the object.userTaskName - the value to setpublic String getWorkflowEvent()
workflow_event property (displayed as 'Workflow Event') of the object.Stringpublic void setWorkflowEvent(String workflowEvent)
workflow_event property (displayed as Workflow Event) of the object.workflowEvent - the value to setpublic String getWorkflowInstanceId()
workflow_instance_id property (displayed as 'Workflow Instance Id') of the object.Stringpublic void setWorkflowInstanceId(String workflowInstanceId)
workflow_instance_id property (displayed as Workflow Instance Id) of the object.workflowInstanceId - the value to setpublic String getWorkflowNewState()
workflow_new_state property (displayed as 'Workflow New State') of the object.Stringpublic void setWorkflowNewState(String workflowNewState)
workflow_new_state property (displayed as Workflow New State) of the object.workflowNewState - the value to setpublic String getWorkflowTask()
workflow_task property (displayed as 'Workflow Task') of the object.Stringpublic void setWorkflowTask(String workflowTask)
workflow_task property (displayed as Workflow Task) of the object.workflowTask - the value to setCopyright © 2018–2021 ODPi. All rights reserved.