Class WarehouseOperationHeaderStateUpdateInput

java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.operation.header.event.WarehouseOperationHeaderStateUpdateInput

public class WarehouseOperationHeaderStateUpdateInput extends Object
Object used as an input bean for the WarehouseOperationHeaderStateUpdateEvent
.
Since:
14.0
GCApi:
bo
  • Constructor Details

    • WarehouseOperationHeaderStateUpdateInput

      public WarehouseOperationHeaderStateUpdateInput()
  • Method Details

    • getOperation

      public Long getOperation()
      Returns the id of the warehouse operation.
      Returns:
      the warehouse operation id
      See Also:
    • setOperation

      public void setOperation(Long operation)
      Sets the id of the warehouse operation.
      Parameters:
      operation - the warehouse operation id
      See Also:
    • getOldState

      public Long getOldState()
      Returns the id of the warehouse operation old state.
      Returns:
      the warehouse operation old state id
      See Also:
    • setOldState

      public void setOldState(Long oldState)
      Sets the id of the warehouse operation old state.
      Parameters:
      oldState - the warehouse operation old state id
      See Also:
    • getNewState

      public Long getNewState()
      Returns the id of the warehouse operation new state.
      Returns:
      the warehouse operation new state id
      See Also:
    • setNewState

      public void setNewState(Long newState)
      Sets the id of the warehouse operation new state.
      Parameters:
      newState - the warehouse operation new state id
      See Also: