Class DynamicFormsTemplateAutoGenerableRequiredSearchInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.template.event.DynamicFormsTemplateAutoGenerableRequiredSearchInput
Input object for
DynamicFormsTemplateAutoGenerableRequiredSearchEvent.- Since:
- 22.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the intervention group.Returns the outcome reason.Returns the work order operation.voidsetInterventionGroup(Long interventionGroup) Sets the intervention group.voidsetOutcomeReason(Long outcomeReason) Sets the outcome reason.voidsetWorkOrderOperation(Long workOrderOperation) Sets the work order operation.
-
Constructor Details
-
DynamicFormsTemplateAutoGenerableRequiredSearchInput
public DynamicFormsTemplateAutoGenerableRequiredSearchInput()
-
-
Method Details
-
getInterventionGroup
Returns the intervention group.- Returns:
- the intervention group
-
setInterventionGroup
Sets the intervention group.- Parameters:
interventionGroup- the intervention group
-
getOutcomeReason
Returns the outcome reason.- Returns:
- the outcome reason
-
setOutcomeReason
Sets the outcome reason.- Parameters:
outcomeReason- the outcome reason
-
getWorkOrderOperation
Returns the work order operation.- Returns:
- the work order operation
-
setWorkOrderOperation
Sets the work order operation.- Parameters:
workOrderOperation- the work order operation
-