@DTO public class UESSheetTemplateSetAttributes extends java.lang.Object
UESSheetTemplate.setAttributes(cz.ues.core.commons.uri.UESURI, UESSheetTemplateSetAttributes)
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
The new code of the sheet template.
|
private java.lang.String |
description
The new description of the sheet template.
|
private java.lang.Boolean |
implicitCreation
Specifies whether sheet should be created by the sheet template simultaneously with artifact creation.
|
private java.lang.Boolean |
main
Specifies if the sheet template is to be set as main on the Meta Artifact.
|
private java.lang.String |
name
The new name of the sheet template.
|
private java.lang.Integer |
order
Specifies the order (or index) of the sheet template on the specified Meta Artifact.
|
private java.lang.Boolean |
visible
Specifies if the sheet template is set as visible.
|
private UESSheetWidthType |
width
The new width of the sheet template.
|
Constructor and Description |
---|
UESSheetTemplateSetAttributes() |
UESSheetTemplateSetAttributes(java.lang.String name, |
UESSheetWidthType
. When null is set, the width is not modified.