Package com.e1c.g5.v8.dt.mw
Class Fields
java.lang.Object
com.e1c.g5.v8.dt.mw.Fields
Fields for movemetns constructor. Contains register , his fields and selected tabular section for record.
-
Constructor Summary
ConstructorsConstructorDescriptionFields
(BasicRegister register, List<Field> fields, String tabularSection) Constructor Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns list of fieldsReturn registerReturns current register tabular section name
-
Constructor Details
-
Fields
Constructor Fields- Parameters:
fields
- collection of field, cannot benull
register
- register contains fields, cannot benull
tabularSection
- current tabular section name, may benull
-
-
Method Details
-
getRegister
Return register- Returns:
- register, cannot be
null
-
getFieldsList
Returns list of fields- Returns:
- - list of fields, cannot be
null
-
getTabularSection
Returns current register tabular section name- Returns:
- the tabular section name, may be
null
-