@DTO public class UESSheetTemplateAttributes extends java.lang.Object
UESSheetTemplate.getAttributes(UESURI)
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
Code of the sheet template.
|
private java.lang.String |
creationStamp
Creation stamp of the sheet template.
|
private java.util.Date |
creationTime
Creation time of the sheet template.
|
private java.lang.String |
description
Description of the sheet template.
|
private UESURI |
entityTypeUri
UESURI of the entity type of the sheet template.
|
private java.lang.Boolean |
implicitCreation
Specifies whether sheet should be created by the sheet template simultaneously with artifact creation.
|
private UESURI |
lockAccessRoleUri
The access role which has locked the sheet template.
|
private java.lang.Boolean |
locked
Flag represents whether the sheet template is locked.
|
private UESURI |
lockRoleUri
The role which has locked the sheet template.
|
private java.util.Date |
lockTime
The time what the sheet template was locked.
|
private java.lang.Boolean |
main
Flag represents whether the sheet template is main.
|
private java.lang.String |
modificationStamp
Modification stamp of the sheet template.
|
private java.util.Date |
modificationTime
Modification time of the sheet template.
|
private java.lang.String |
name
Name of the sheet template.
|
private java.lang.Integer |
order
Order of the sheet template.
|
private UESURI |
sourceTemplateUri
UESURI of the sheet template from which the specified sheet template was copied.
|
private UESURI |
uri
Normalized UESURI of the sheet template.
|
private java.lang.String |
uxmlVersion
UXML version of the sheet template.
|
private java.lang.Long |
version
Version of the sheet template.
|
private java.lang.String |
versionLabel
Version label of the sheet template.
|
private java.lang.Boolean |
visible
Flag represents whether the sheet template is visible.
|
private UESSheetWidthType |
width
Width of the sheet template.
|
Constructor and Description |
---|
UESSheetTemplateAttributes(UESURI uri, |