@AccessLevel(value=INTERNAL) public final class ReminderDetailsList extends curam.util.type.struct.Struct<ReminderDetailsList>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
activityName
The activity name.
|
java.lang.String |
activityType
The activity type.
|
boolean |
displayNew
A boolean the denotes whether the new button should be displayed or not.
|
curam.util.type.ValueList |
dtls
Reference to internal details structure.
|
InformationalMessageList |
message
Attribute of the struct.
|
int |
versionNo
The optimistic locking version number.
|
Constructor and Description |
---|
ReminderDetailsList() |
public int versionNo
VERSION_NUM -> int
public java.lang.String activityName
WORKFLOW_ACTIVITY_NAME -> WORKFLOW_NAME -> String
public java.lang.String activityType
ACTIVITY_TYPE -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String
public boolean displayNew
WORKFLOW_BOOLEAN -> boolean
public final curam.util.type.ValueList dtls
public InformationalMessageList message