Class WorkOrderCompleteInput

java.lang.Object
overit.geocallapp.wfm.core.bl.workorder.event.WorkOrderCompleteInput
All Implemented Interfaces:
Serializable

public class WorkOrderCompleteInput extends Object implements Serializable
Work order complete action input
Since:
12.0
See Also:
GCApi:
bo
  • Constructor Details

    • WorkOrderCompleteInput

      public WorkOrderCompleteInput()
  • Method Details

    • getWorkOrder

      public Long getWorkOrder()
      Gets the id of the work order to close
      Returns:
      the id of the work order to close
    • setWorkOrder

      public void setWorkOrder(Long workOrder)
      Sets the id of the work order to close
      Parameters:
      workOrder - the id of the work order to close