Class WarehouseOperationItemStateChangeInput

java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.operation.item.event.WarehouseOperationItemStateChangeInput

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

    • WarehouseOperationItemStateChangeInput

      public WarehouseOperationItemStateChangeInput()
  • 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:
    • getItem

      public Long getItem()
      Returns the id of the warehouse operation item.
      Returns:
      the warehouse operation item id
      See Also:
    • setItem

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

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

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

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

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