@DTO public class UESArtifactSetState extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private UESURI |
activityTemplateUri
Deprecated.
This attribute has been replaced by stateTemplateUri which is more useful.
|
private java.lang.String |
comment
The artifact state comment.
|
private UESURI |
stateTemplateUri
UESURI of an artifact state template.
|
private UESArtifactStateType |
type
The new state of the artifact.
|
Constructor and Description |
---|
UESArtifactSetState(UESArtifactStateType type, |
UESArtifactSetState(UESArtifactStateType type,
Full constructor (but only one of the first three attributes can have non-null value)
|