Class DataCollectionTemplateSearchMatchingWOCreationRulesInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.template.event.DataCollectionTemplateSearchMatchingWOCreationRulesInput
Input object for
DataCollectionTemplateSearchMatchingWOCreationRulesEvent.- Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the work cycle operation id.voidsetWorkCycleOperation(Long workCycleOperation) Sets the work cycle operation id.
-
Constructor Details
-
DataCollectionTemplateSearchMatchingWOCreationRulesInput
public DataCollectionTemplateSearchMatchingWOCreationRulesInput()
-
-
Method Details
-
getWorkCycleOperation
Returns the work cycle operation id.- Returns:
- the work cycle operation id
-
setWorkCycleOperation
Sets the work cycle operation id.- Parameters:
workCycleOperation- the work cycle operation id
-