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
public static class PrintWizardParser.TablesSelectFields extends Object
Fields selected in template
-
-
Constructor Summary
Constructors Constructor Description TablesSelectFields()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PrintWizardParser.Field>
getFields()
Get fieldsString
getTableName()
Get table nameboolean
isNestedTable()
Is nested tablevoid
setFields(List<PrintWizardParser.Field> fields)
Set fieldsvoid
setNestedTable(boolean isNestedTable)
Set nested tablevoid
setTableName(String tableName)
Set table name
-
-
-
Method Detail
-
getTableName
public String getTableName()
Get table name- Returns:
- the tableName
-
setTableName
public void setTableName(String tableName)
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
public List<PrintWizardParser.Field> getFields()
Get fields- Returns:
- the fields
-
setFields
public void setFields(List<PrintWizardParser.Field> fields)
Set fields- Parameters:
fields
- the fields to set
-
-