public final class TaskHistoryInfo extends curam.util.type.struct.Struct<TaskHistoryInfo>
Modifier and Type | Field and Description |
---|---|
curam.util.type.DateTime |
changeDateTime
The date time that the history record was written.
|
java.lang.String |
changeType
The type of change associated with this task history record.
|
java.lang.String |
comments
A comment on the change made to the task.
|
java.lang.String |
newValue
The new value of the task item being modified.
|
java.lang.String |
oldValue
The old value of the task item being modified.
|
long |
taskHistoryID
The ID of this Task History Record.
|
long |
taskID
The unique identifier of the associated Task.
|
java.lang.String |
userName
The name of the user making the change to the task.
|
Constructor and Description |
---|
TaskHistoryInfo() |
public long taskHistoryID
TASK_HISTORY_ID -> long
public long taskID
TASK_ID -> long
public java.lang.String userName
USERNAME -> String
public curam.util.type.DateTime changeDateTime
TASK_TIMESTAMP -> curam.util.type.DateTime
public java.lang.String changeType
INTERMEDIATE_CODETABLE_CODE -> CODE_TABLE_CODE -> String
public java.lang.String comments
TASK_CHANGE_COMMENT -> String
public java.lang.String newValue
TASK_NEW_VALUE -> String
public java.lang.String oldValue
TASK_OLD_VALUE -> String