Class WorkOrderOperationStatusChangeInput

java.lang.Object
overit.geocallapp.wfm.workorders.bl.operation.status.event.WorkOrderOperationStatusChangeInput

@Deprecated(since="20.1", forRemoval=true) public class WorkOrderOperationStatusChangeInput extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Object used as an input bean for the WorkOrderOperationStatusChangeEvent.
Since:
17.0
GCApi:
bo
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the operation new status.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the operation old status.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the work order's operation id
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the work order header id .
    void
    setNewStatus(Long newStatus)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Sets the operation new status.
    void
    setOldStatus(Long oldStatus)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Sets the operation old status.
    void
    setOperationId(Long operationId)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Sets the work order's operation id.
    void
    setWorkOrderId(Long workOrderId)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Sets the work order header id.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WorkOrderOperationStatusChangeInput

      public WorkOrderOperationStatusChangeInput()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getWorkOrderId

      public Long getWorkOrderId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the work order header id .
      Returns:
      the work order header id
      See Also:
    • setWorkOrderId

      public void setWorkOrderId(Long workOrderId)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the work order header id.
      Parameters:
      workOrderId - the work order header id
      See Also:
    • getOperationId

      public Long getOperationId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the work order's operation id
      Returns:
      the operation id
      See Also:
    • setOperationId

      public void setOperationId(Long operationId)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the work order's operation id.
      Parameters:
      operationId - the operation id
      See Also:
    • getOldStatus

      public Long getOldStatus()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the operation old status.
      Returns:
      the the old operation status
    • setOldStatus

      public void setOldStatus(Long oldStatus)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the operation old status.
      Parameters:
      oldStatus - the old status
    • getNewStatus

      public Long getNewStatus()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the operation new status.
      Returns:
      the new status.
    • setNewStatus

      public void setNewStatus(Long newStatus)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the operation new status.
      Parameters:
      newStatus - the new status