Package com.e1c.g5.v8.dt.mw
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 Summary
Constructors Constructor Description Fields(BasicRegister register, List<Field> fields, String tabularSection)
Constructor Fields
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Field>
getFieldsList()
Returns list of fieldsBasicRegister
getRegister()
Return registerString
getTabularSection()
Returns current register tabular section name
-
-
-
Constructor Detail
-
Fields
public Fields(BasicRegister register, List<Field> fields, String tabularSection)
Constructor Fields- Parameters:
fields
- collection of field, cannot benull
register
- register contains fields, cannot benull
tabularSection
- current tabular section name, may benull
-
-
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
-
-