Class DynamicFormsSheetAutomaticInitializationFromOutcomeInput
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.sheet.event.DynamicFormsSheetAutomaticInitializationFromOutcomeInput
Input object for
DynamicFormsSheetAutomaticInitializationFromOutcomeEvent.- Since:
- 22.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the intervention group.Returns the operation center.Returns the outcome reason.Returns the work order operation.voidsetInterventionGroup(Long interventionGroup) Sets the intervention group.voidsetOperationCenter(Long operationCenter) Sets the operation center.voidsetOutcomeReason(Long outcomeReason) Sets the outcome reason.voidsetWorkOrderOperation(Long workOrderOperation) Sets the work order operation.
-
Constructor Details
-
DynamicFormsSheetAutomaticInitializationFromOutcomeInput
public DynamicFormsSheetAutomaticInitializationFromOutcomeInput()
-
-
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
-
getOperationCenter
Returns the operation center.- Returns:
- the operation center
-
setOperationCenter
Sets the operation center.- Parameters:
operationCenter- the operation center
-