Class WorkOrderOperationUnlockOutput

java.lang.Object
overit.geocallapp.wfm.workorders.bl.operation.event.WorkOrderOperationUnlockOutput

public class WorkOrderOperationUnlockOutput extends Object
Object used as an output bean for the WorkOrderOperationUnlockEvent.
Since:
9.2
GCApi:
bo
  • Constructor Details

    • WorkOrderOperationUnlockOutput

      public WorkOrderOperationUnlockOutput()
  • Method Details

    • getWorkOrderNewState

      public Long getWorkOrderNewState()
      Returns the work order new state.
      Returns:
      the new work order new state
    • setWorkOrderNewState

      public void setWorkOrderNewState(Long workOrderNewState)
      Sets the work order new state.
      Parameters:
      workOrderNewState - the work order new state
    • getWorkOrderOperationNewState

      public Long getWorkOrderOperationNewState()
      Returns the work order operation new state.
      Returns:
      the new work order operation new state
    • setWorkOrderOperationNewState

      public void setWorkOrderOperationNewState(Long workOrderOperationNewState)
      Sets the work order operation new state.
      Parameters:
      workOrderOperationNewState - the work order operation new state
    • getWarningCode

      public Code getWarningCode()
      Returns the warning code.
      Returns:
      the warning code
    • setWarningCode

      public void setWarningCode(Code warningCode)
      Sets the warning code.
      Parameters:
      warningCode - the warning code
    • getWarningMessage

      public String getWarningMessage()
      Returns the warning message.
      Returns:
      the warning message
    • setWarningMessage

      public void setWarningMessage(String warningMessage)
      Sets the warning message.
      Parameters:
      warningMessage - the warning message