Class WorkOrderStatusChangeInput

java.lang.Object
overit.geocallapp.wfm.workorders.bl.status.event.WorkOrderStatusChangeInput

public class WorkOrderStatusChangeInput extends Object
Object used as an input bean for the WorkOrderStatusChangeEvent.
Since:
17.0
GCApi:
bo
  • Constructor Details

    • WorkOrderStatusChangeInput

      public WorkOrderStatusChangeInput()
  • Method Details

    • getWorkOrderId

      public Long getWorkOrderId()
      Returns the work order header id.
      Returns:
      the work order header id
    • setWorkOrderId

      public void setWorkOrderId(Long workOrderId)
      Sets the work order header id.
      Parameters:
      workOrderId - the work order header id
    • getOldStatus

      public Long getOldStatus()
      Returns the work order old status.
      Returns:
      the old status
    • setOldStatus

      public void setOldStatus(Long oldStatus)
      Sets the work order old status.
      Parameters:
      oldStatus - the old status
    • getNewStatus

      public Long getNewStatus()
      Returns the work order new status.
      Returns:
      the work order new status
    • setNewStatus

      public void setNewStatus(Long newStatus)
      Sets the work order new status.
      Parameters:
      newStatus - the new status