Class WorkOrderActivationInput
java.lang.Object
overit.geocallapp.wfm.workorders.bl.event.WorkOrderActivationInput
- All Implemented Interfaces:
Serializable
Input bean for the
WorkOrderActivationEvent.- Since:
- 16.0
- See Also:
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the id of the work order to completevoidsetWorkOrder(Long workOrder) Sets the id of the work order to complete
-
Constructor Details
-
WorkOrderActivationInput
public WorkOrderActivationInput()
-
-
Method Details
-
getWorkOrder
Gets the id of the work order to complete- Returns:
- the id of the work order to complete
-
setWorkOrder
Sets the id of the work order to complete- Parameters:
workOrder- the id of the work order to complete
-