Class WarehouseOperationCenterSaveInput

java.lang.Object
overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.event.WarehouseOperationCenterSaveInput

public class WarehouseOperationCenterSaveInput extends Object
Since:
13.0
GCApi:
bo
  • Constructor Details

    • WarehouseOperationCenterSaveInput

      public WarehouseOperationCenterSaveInput()
  • Method Details

    • getWarehouse

      public final Long getWarehouse()
      Returns the warehouse id of the current relation.
      Returns:
      the warehouse id of the current relation.
      See Also:
    • setWarehouse

      public final void setWarehouse(Long warehouse)
      Sets the warehouse id of the current relation.
      Parameters:
      warehouse - the warehouse id
      See Also:
    • getOperationCenter

      public final List<BOOperationCenter> getOperationCenter()
      Returns the list of all the operation centers related with the given warehouse.
      Returns:
      a list of all the operation centers
    • setOperationCenter

      public final void setOperationCenter(List<BOOperationCenter> operationCenter)
      Sets the list of all the operation centers related with the given warehouse.
      Parameters:
      operationCenter - the list of all the operation centers