Class DataCollectionSheetInstance
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.instance.DataCollectionSheetInstance
- All Implemented Interfaces:
Serializable
Object representing the data collection sheet instance.
- Since:
- 12.0
- See Also:
- GCApi:
- bo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BODataCollectionSheetprotected TreeModel<DataCollectionNode> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidAligns the offset reference date.voidAligns the sheet from tree.voidAligns the tree from sheet.getSheet()Returns the sheet.getTree()Returns the tree.voidsetSheet(BODataCollectionSheet sheet) Sets the sheet.voidsetTree(TreeModel<DataCollectionNode> tree) Sets the tree.
-
Field Details
-
sheet
-
tree
-
-
Constructor Details
-
DataCollectionSheetInstance
public DataCollectionSheetInstance()
-
-
Method Details
-
getSheet
Returns the sheet.- Returns:
- the sheet
-
setSheet
Sets the sheet.- Parameters:
sheet- the sheet
-
getTree
Returns the tree.- Returns:
- the tree
-
setTree
Sets the tree.- Parameters:
tree- the tree
-
alignTreeFromSheet
public void alignTreeFromSheet()Aligns the tree from sheet. -
alignSheetFromTree
public void alignSheetFromTree()Aligns the sheet from tree. -
alignOffsetReferenceDate
protected void alignOffsetReferenceDate()Aligns the offset reference date. This date is saved into the Data Collection Sheet data, but it should be copied in each node of type Date or Datetime in order to be correctly evaluated in the validators.
-