Class DataCollectionSheetInstanceCheckMandatoryNodesInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.instance.event.DataCollectionSheetInstanceCheckMandatoryNodesInput
Input object for the
DataCollectionSheetInstanceCheckMandatoryNodesEvent.- Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLevel()Returns the level.Returns the tree model.voidsetLevel(CheckIssueLevel level) Sets the level.voidsetTreeModel(TreeModel<DataCollectionNode> treeModel) Sets the tree model.
-
Constructor Details
-
DataCollectionSheetInstanceCheckMandatoryNodesInput
public DataCollectionSheetInstanceCheckMandatoryNodesInput()
-
-
Method Details
-
getTreeModel
Returns the tree model.- Returns:
- the tree model
-
setTreeModel
Sets the tree model.- Parameters:
treeModel- the tree model
-
getLevel
Returns the level.- Returns:
- the level
-
setLevel
Sets the level.- Parameters:
level- the level
-