Class DataCollectionCheckGlobalExpressionsInput

java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.globalexpressions.event.DataCollectionCheckGlobalExpressionsInput

public class DataCollectionCheckGlobalExpressionsInput extends Object
Since:
22.0
  • Constructor Details

    • DataCollectionCheckGlobalExpressionsInput

      public DataCollectionCheckGlobalExpressionsInput()
  • Method Details

    • getTreeModel

      public TreeModel<DataCollectionNode> getTreeModel()
      Returns the tree model.
      Returns:
      the tree model
    • setTreeModel

      public void setTreeModel(TreeModel<DataCollectionNode> treeModel)
      Sets the tree model.
      Parameters:
      treeModel - the tree model
    • getGlobalExpressions

      public List<DataCollectionGlobalExpression> getGlobalExpressions()
      Returns the global expressions.
      Returns:
      the global expressions
    • setGlobalExpressions

      public void setGlobalExpressions(List<DataCollectionGlobalExpression> globalExpressions)
      Sets the global expressions.
      Parameters:
      globalExpressions - the global expressions
    • getSheetInstance

      public DataCollectionSheetInstance getSheetInstance()
      Returns the sheet instance.
      Returns:
      the sheet instance
    • setSheetInstance

      public void setSheetInstance(DataCollectionSheetInstance sheetInstance)
      Sets the sheet instance.
      Parameters:
      sheetInstance - the sheet instance