Class DataCollectionSheetInstance

java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.instance.DataCollectionSheetInstance
All Implemented Interfaces:
Serializable

public class DataCollectionSheetInstance extends Object implements Serializable
Object representing the data collection sheet instance.
Since:
12.0
See Also:
GCApi:
bo
  • Field Details

  • Constructor Details

    • DataCollectionSheetInstance

      public DataCollectionSheetInstance()
  • Method Details

    • getSheet

      public BODataCollectionSheet getSheet()
      Returns the sheet.
      Returns:
      the sheet
    • setSheet

      public void setSheet(BODataCollectionSheet sheet)
      Sets the sheet.
      Parameters:
      sheet - the sheet
    • getTree

      public TreeModel<DataCollectionNode> getTree()
      Returns the tree.
      Returns:
      the tree
    • setTree

      public void setTree(TreeModel<DataCollectionNode> tree)
      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.