@DTO public class UESArtifactStateTemplateAttributes extends java.lang.Object
UESArtifactStateTemplate#getAttributes(UESURI)
.Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
activityTemplateExists
True, if there is an activity template that enables setting of this artifact state template
to artifacts.
|
private java.lang.String |
code
Code of the artifact state template.
|
private java.util.Date |
creationTime
Creation time of the activity state template.
|
private java.lang.String |
description
Description of the artifact state template.
|
private UESURI |
entityTypeUri
UESURI of the entity type of the artifact state template
(see @{cz.ues.platform.sysc.entitytype.UESEntityType} for more info).
|
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 artifact state template's icon.
|
private java.util.Date |
modificationTime
Modification time of the activity state template.
|
private java.lang.String |
name
Name of the artifact state template.
|
private java.lang.Integer |
order
Order of the artifact state template.
|
private UESArtifactStateType |
type
Type of the artifact state template.
|
private UESURI |
uri
UESURI of the artifact state template.
|
private java.lang.Integer |
version
Version of the artifact state template.
|
Constructor and Description |
---|
UESArtifactStateTemplateAttributes()
Empty constructor.
|
UESArtifactStateTemplateAttributes(java.lang.String name,
Full constructor.
|