Class DataCollectionSheetInstanceSaveInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.instance.event.DataCollectionSheetInstanceSaveInput
Input object for
DataCollectionSheetInstanceSaveEvent - Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the sheet instance.booleanChecks if is calculate initial value.booleanChecks if is skip expressions evaluation.voidsetCalculateInitialValue(boolean calculateInitialValue) Sets the calculate initial value.voidsetSheetInstance(DataCollectionSheetInstance sheetInstance) Sets the sheet instance.voidsetSkipExpressionsEvaluation(boolean skipExpressionsEvaluation) Sets the skip expressions evaluation.
-
Constructor Details
-
DataCollectionSheetInstanceSaveInput
public DataCollectionSheetInstanceSaveInput()
-
-
Method Details
-
getSheetInstance
Returns the sheet instance.- Returns:
- the sheet instance
-
setSheetInstance
Sets the sheet instance.- Parameters:
sheetInstance- the sheet instance
-
isSkipExpressionsEvaluation
public boolean isSkipExpressionsEvaluation()Checks if is skip expressions evaluation.- Returns:
- true, if is skip expressions evaluation
-
setSkipExpressionsEvaluation
public void setSkipExpressionsEvaluation(boolean skipExpressionsEvaluation) Sets the skip expressions evaluation.- Parameters:
skipExpressionsEvaluation- the skip expressions evaluation
-
isCalculateInitialValue
public boolean isCalculateInitialValue()Checks if is calculate initial value.- Returns:
- true, if is calculate initial value
-
setCalculateInitialValue
public void setCalculateInitialValue(boolean calculateInitialValue) Sets the calculate initial value.- Parameters:
calculateInitialValue- the calculate initial value
-