java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.central.operationcenter.BOWarehouseOperationCenter
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOWarehouseOperationCenter extends DynO
Business object representing the relation between a BOWarehouse and an BOOperationCenter.
A BOWarehouse can be related to more BOOperationCenters, but every BOWarehouseOperationCenter represents a single relation.
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOWarehouseOperationCenter

      public BOWarehouseOperationCenter()
  • Method Details

    • getId

      public Long getId()
      Returns the id of the warehouse-operation center relation.
      Returns:
      the the warehouse operation center id
    • setId

      public void setId(Long id)
      Sets the id of the warehouse-operation center relation.
      Parameters:
      id - the warehouse operation center id
    • getOperationCenter

      public Long getOperationCenter()
      Returns the operation center id.
      Returns:
      the operation center id
      See Also:
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the operation center id.
      Parameters:
      operationCenter - the operation center id
      See Also:
    • getWarehouse

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

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