@DTO public class UESArtifactStateTemplateSetAttributes extends java.lang.Object
UESArtifactStateTemplate#setAttributes(UESURI, UESArtifactStateTemplateSetAttributes)
.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
The new code of the artifact state template.
|
private java.lang.String |
description
The new description of the artifact state template.
|
private java.lang.Boolean |
entryState
After an artifact is created from the related meta artifact, it will be set into the state
marked as the entry state.
|
private UESURI |
iconUri
UESURI of the new artifact state template's icon.
|
private java.lang.String |
name
The new name of the artifact state template.
|
private java.lang.Integer |
order
Order of the new artifact state template.
|
Constructor and Description |
---|
UESArtifactStateTemplateSetAttributes()
Empty constructor.
|
UESArtifactStateTemplateSetAttributes(java.lang.String name,
Full constructor.
|