Package com._1c.g5.v8.dt.pw.ui.builders
Class PrintWizardParser.TablesSelectFields
java.lang.Object
com._1c.g5.v8.dt.pw.ui.builders.PrintWizardParser.TablesSelectFields
- Enclosing class:
- PrintWizardParser
Fields selected in template
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet fieldsGet table nameboolean
Is nested tablevoid
setFields
(List<PrintWizardParser.Field> fields) Set fieldsvoid
setNestedTable
(boolean isNestedTable) Set nested tablevoid
setTableName
(String tableName) Set table name
-
Constructor Details
-
TablesSelectFields
public TablesSelectFields()
-
-
Method Details
-
getTableName
Get table name- Returns:
- the tableName
-
setTableName
Set table name- Parameters:
tableName
- the tableName to set
-
isNestedTable
public boolean isNestedTable()Is nested table- Returns:
- the isNestedTable
-
setNestedTable
public void setNestedTable(boolean isNestedTable) Set nested table- Parameters:
isNestedTable
- the isNestedTable to set
-
getFields
Get fields- Returns:
- the fields
-
setFields
Set fields- Parameters:
fields
- the fields to set
-