Class Fields

java.lang.Object
com.e1c.g5.v8.dt.mw.Fields

public class Fields extends Object
Fields for movemetns constructor. Contains register , his fields and selected tabular section for record.
  • Constructor Details

    • Fields

      public Fields(BasicRegister register, List<Field> fields, String tabularSection)
      Constructor Fields
      Parameters:
      fields - collection of field, cannot be null
      register - register contains fields, cannot be null
      tabularSection - current tabular section name, may be null
  • Method Details

    • getRegister

      public BasicRegister getRegister()
      Return register
      Returns:
      register, cannot be null
    • getFieldsList

      public List<Field> getFieldsList()
      Returns list of fields
      Returns:
      - list of fields, cannot be null
    • getTabularSection

      public String getTabularSection()
      Returns current register tabular section name
      Returns:
      the tabular section name, may be null