@AccessLevel(value=INTERNAL) public final class TaskHistoryDtls extends curam.util.type.struct.Struct<TaskHistoryDtls>
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 unique ID associated with this task history record.
|
long |
taskID
The task ID associated with this record.
|
java.lang.String |
userName
The user making the change to the task.
|
Constructor and Description |
---|
TaskHistoryDtls() |
public long taskHistoryID
TASK_HISTORY_ID -> long
public long taskID
TASK_ID -> long
public java.lang.String changeType
INTERMEDIATE_CODETABLE_CODE -> CODE_TABLE_CODE -> String
public curam.util.type.DateTime changeDateTime
TASK_TIMESTAMP -> curam.util.type.DateTime
public java.lang.String userName
USERNAME -> String
public java.lang.String oldValue
TASK_OLD_VALUE -> String
public java.lang.String newValue
TASK_NEW_VALUE -> String
public java.lang.String comments
TASK_CHANGE_COMMENT -> String