Class DataCollectionCheckGlobalExpressionsInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.globalexpressions.event.DataCollectionCheckGlobalExpressionsInput
Input object for
DataCollectionCheckGlobalExpressionsEvent.- Since:
- 22.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the global expressions.Returns the sheet instance.Returns the tree model.voidsetGlobalExpressions(List<DataCollectionGlobalExpression> globalExpressions) Sets the global expressions.voidsetSheetInstance(DataCollectionSheetInstance sheetInstance) Sets the sheet instance.voidsetTreeModel(TreeModel<DataCollectionNode> treeModel) Sets the tree model.
-
Constructor Details
-
DataCollectionCheckGlobalExpressionsInput
public DataCollectionCheckGlobalExpressionsInput()
-
-
Method Details
-
getTreeModel
Returns the tree model.- Returns:
- the tree model
-
setTreeModel
Sets the tree model.- Parameters:
treeModel- the tree model
-
getGlobalExpressions
Returns the global expressions.- Returns:
- the global expressions
-
setGlobalExpressions
Sets the global expressions.- Parameters:
globalExpressions- the global expressions
-
getSheetInstance
Returns the sheet instance.- Returns:
- the sheet instance
-
setSheetInstance
Sets the sheet instance.- Parameters:
sheetInstance- the sheet instance
-