Class WarehouseOperationHeaderUpdateInput

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

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

    • WarehouseOperationHeaderUpdateInput

      public WarehouseOperationHeaderUpdateInput()
  • Method Details

    • getOperation

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

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

      public Long getNewIncomingWarehouse()
      Returns the id of the warehouse operation new incoming warehouse.
      Returns:
      the warehouse operation new incoming warehouse id
      See Also:
    • setNewIncomingWarehouse

      public void setNewIncomingWarehouse(Long newIncomingWarehouse)
      Sets the id of the warehouse operation new incoming warehouse.
      Parameters:
      newIncomingWarehouse - the warehouse operation new incoming warehouse id
      See Also: