@DTO public class UESActivityStateAttributes extends java.lang.Object
UESActivity.getStateHistoryList(UESURI, UESActivityGetStateHistoryList)
.Modifier and Type | Field and Description |
---|---|
private UESURI |
accessRoleUri
UESURI of the access role, which set the activity state.
|
private java.lang.String |
comment
Comment on the activity state.
|
private java.lang.String |
creationStamp
Creation stamp of the activity state.
|
private java.util.Date |
creationTime
Time when the activity state was set.
|
private java.lang.String |
name
Activity state name.
|
private UESActivityStateSubtype |
subtype
Activity state subtype.
|
private UESActivityStateType |
type
Activity state type.
|
Constructor and Description |
---|
UESActivityStateAttributes(UESURI accessRoleUri,
Full constructor.
|
UESActivityStateType
for further details.UESActivityStateSubtype
for further details.roleUri
- accessRoleUri
- comment
- name
- type
- subtype
- creationTime
- creationStamp
-