Class WorkOrderActivationInput

java.lang.Object
overit.geocallapp.wfm.workorders.bl.event.WorkOrderActivationInput
All Implemented Interfaces:
Serializable

public class WorkOrderActivationInput extends Object implements Serializable
Input bean for the WorkOrderActivationEvent.
Since:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • WorkOrderActivationInput

      public WorkOrderActivationInput()
  • Method Details

    • getWorkOrder

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

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