java.lang.Object
de.hybris.platform.warehousingfacades.storelocator.data.WarehouseData
All Implemented Interfaces:
Serializable

public class WarehouseData extends Object implements Serializable
See Also:
  • Constructor Details

    • WarehouseData

      public WarehouseData()
  • Method Details

    • setCode

      public void setCode(String code)
    • getCode

      public String getCode()
    • setIsDefault

      public void setIsDefault(Boolean isDefault)
    • getIsDefault

      public Boolean getIsDefault()
    • setUrl

      public void setUrl(String url)
    • getUrl

      public String getUrl()
    • setConsignments

      public void setConsignments(List<ConsignmentData> consignments)
    • getConsignments

      public List<ConsignmentData> getConsignments()
    • setPointsOfServices

      public void setPointsOfServices(List<PointOfServiceData> pointsOfServices)
    • getPointsOfServices

      public List<PointOfServiceData> getPointsOfServices()
    • setPriority

      public void setPriority(Integer priority)
    • getPriority

      public Integer getPriority()
    • setDeliveryModes

      public void setDeliveryModes(List<DeliveryModeData> deliveryModes)
    • getDeliveryModes

      public List<DeliveryModeData> getDeliveryModes()
    • setExternal

      public void setExternal(boolean external)
    • isExternal

      public boolean isExternal()