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 Details

    • TablesSelectFields

      public TablesSelectFields()
  • Method Details

    • 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