@DTO public class UESSheetSetAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
code
The new code of the sheet.
|
(package private) java.lang.String |
description
The new description of the sheet.
|
(package private) java.lang.Boolean |
main
Specifies if the sheet is set as the main sheet of the specified artifact.
|
(package private) java.lang.String |
name
The new name of the sheet.
|
(package private) java.lang.Integer |
order
Specifies the order (or index) of the sheet in the specified artifact.
|
(package private) java.lang.Boolean |
visible
Specifies if the sheet is set as visible sheet of the specified artifact.
|
(package private) UESSheetWidthType |
width
The new width of the sheet.
|
Constructor and Description |
---|
UESSheetSetAttributes() |
UESSheetSetAttributes(java.lang.String name, |
UESSheetSetAttributes(java.lang.String name, |