Class WarehouseStateUpdateInput

java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.event.WarehouseStateUpdateInput

public class WarehouseStateUpdateInput extends Object
Object used as an input for the WarehouseStateUpdateEvent.
Since:
13.0
GCApi:
bo
  • Constructor Details

    • WarehouseStateUpdateInput

      public WarehouseStateUpdateInput()
  • Method Details

    • getWarehouse

      public Long getWarehouse()
      Returns the warehouse id to update.
      Returns:
      the warehouse
      See Also:
    • setWarehouse

      public void setWarehouse(Long warehouseId)
      Sets the needed warehouse id.
      Parameters:
      warehouseId - the warehouse id
      See Also:
    • getOldState

      public Long getOldState()
      Returns the old state of the BOWarehouse.
      Returns:
      the warehouse old state
    • setOldState

      public void setOldState(Long oldState)
      Sets the old state of the BOWarehouse.
      Parameters:
      oldState - the warehouse old state
    • getNewState

      public Long getNewState()
      Returns the new desired state of the BOWarehouse.
      Returns:
      the warehouse new state
    • setNewState

      public void setNewState(Long newState)
      Sets the new desired state of the BOWarehouse.
      Parameters:
      newState - the warehouse new state