Class Fields


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

      • 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 Detail

      • 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