public final class TaskHistoryDetails extends curam.util.type.struct.Struct<TaskHistoryDetails>
Modifier and Type | Field and Description |
---|---|
curam.util.type.DateTime |
changeTime
The date and time as which the record was written.
|
java.lang.String |
description
A description of the change made to the task.
|
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 |
---|
TaskHistoryDetails() |
public long taskHistoryID
TASK_HISTORY_ID -> long
public long taskID
TASK_ID -> long
public curam.util.type.DateTime changeTime
TASK_TIMESTAMP -> curam.util.type.DateTime
public java.lang.String userName
USERNAME -> String
public java.lang.String description
TASK_CHANGE_COMMENT -> String