Class DataCollectionSheetInstanceAssociateToWOOperationInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.instance.event.DataCollectionSheetInstanceAssociateToWOOperationInput
Input object for
DataCollectionSheetInstanceAssociateToWOOperationEvent.- Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSheet()Returns the data collection sheet id.Returns the WO operation associated to the data collection sheet.booleanChecks if it has to calculate the initial value.booleanChecks if it has to skip the expressions evaluation.voidsetCalculateInitialValue(boolean calculateInitialValue) Sets if it has to calculate the initial value.voidSets the sheet id.voidsetSkipExpressionsEvaluation(boolean skipExpressionsEvaluation) Sets if it has to skip the expressions evaluation.voidsetWoOperation(Long woOperation) Sets the wo operation id.
-
Constructor Details
-
DataCollectionSheetInstanceAssociateToWOOperationInput
public DataCollectionSheetInstanceAssociateToWOOperationInput()
-
-
Method Details
-
getSheet
Returns the data collection sheet id.- Returns:
- the data collection sheet id
- See Also:
-
setSheet
Sets the sheet id.- Parameters:
sheet- the sheet id- See Also:
-
getWoOperation
Returns the WO operation associated to the data collection sheet.- Returns:
- the WO operation id
-
setWoOperation
Sets the wo operation id.- Parameters:
woOperation- the wo operation id
-
isSkipExpressionsEvaluation
public boolean isSkipExpressionsEvaluation()Checks if it has to skip the expressions evaluation.- Returns:
- true, if it has to skip the expressions evaluation
-
setSkipExpressionsEvaluation
public void setSkipExpressionsEvaluation(boolean skipExpressionsEvaluation) Sets if it has to skip the expressions evaluation.- Parameters:
skipExpressionsEvaluation- if it has to skip the expressions evaluation
-
isCalculateInitialValue
public boolean isCalculateInitialValue()Checks if it has to calculate the initial value.- Returns:
- true, if it has to calculate the initial value
-
setCalculateInitialValue
public void setCalculateInitialValue(boolean calculateInitialValue) Sets if it has to calculate the initial value.- Parameters:
calculateInitialValue- if it has to calculate the initial value
-