Class WorkOrderCompleteInput
java.lang.Object
overit.geocallapp.wfm.core.bl.workorder.event.WorkOrderCompleteInput
- All Implemented Interfaces:
Serializable
Work order complete action input
- Since:
- 12.0
- See Also:
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the id of the work order to closevoidsetWorkOrder(Long workOrder) Sets the id of the work order to close
-
Constructor Details
-
WorkOrderCompleteInput
public WorkOrderCompleteInput()
-
-
Method Details
-
getWorkOrder
Gets the id of the work order to close- Returns:
- the id of the work order to close
-
setWorkOrder
Sets the id of the work order to close- Parameters:
workOrder- the id of the work order to close
-