Class WorkOrderCloseInput

java.lang.Object
overit.geocallapp.wfm.workorders.bl.event.WorkOrderCloseInput

public class WorkOrderCloseInput extends Object
Input bean for WorkOrderCloseEvent.
Since:
17.0
GCApi:
bo
  • Constructor Details

    • WorkOrderCloseInput

      public WorkOrderCloseInput()
  • Method Details

    • getCheckCodesToSkip

      public List<Code> getCheckCodesToSkip()
      Gets the list of week check codes that the caller will skip for this event execution.
      Returns:
      the list of week check codes that the caller will skip for this event execution.
    • setCheckCodesToSkip

      public void setCheckCodesToSkip(List<Code> checkCodesToSkip)
      Sets the list of week check codes that the caller will skip for this event execution.
      Parameters:
      checkCodesToSkip - the new check codes to skip
    • 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