Class WorkOrderStatusChangeInput
java.lang.Object
overit.geocallapp.wfm.workorders.bl.status.event.WorkOrderStatusChangeInput
Object used as an input bean for the
WorkOrderStatusChangeEvent.- Since:
- 17.0
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the work order new status.Returns the work order old status.Returns the work order header id.voidsetNewStatus(Long newStatus) Sets the work order new status.voidsetOldStatus(Long oldStatus) Sets the work order old status.voidsetWorkOrderId(Long workOrderId) Sets the work order header id.
-
Constructor Details
-
WorkOrderStatusChangeInput
public WorkOrderStatusChangeInput()
-
-
Method Details
-
getWorkOrderId
Returns the work order header id.- Returns:
- the work order header id
-
setWorkOrderId
Sets the work order header id.- Parameters:
workOrderId- the work order header id
-
getOldStatus
Returns the work order old status.- Returns:
- the old status
-
setOldStatus
Sets the work order old status.- Parameters:
oldStatus- the old status
-
getNewStatus
Returns the work order new status.- Returns:
- the work order new status
-
setNewStatus
Sets the work order new status.- Parameters:
newStatus- the new status
-