Class PointOfServiceStockWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.store.PointOfServiceWsDTO
-
- de.hybris.platform.commercewebservicescommons.dto.store.PointOfServiceStockWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class PointOfServiceStockWsDTO extends PointOfServiceWsDTO
Representation of a Point Of Service Stock- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PointOfServiceStockWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StockWsDTOgetStockInfo()voidsetStockInfo(StockWsDTO stockInfo)-
Methods inherited from class de.hybris.platform.commercewebservicescommons.dto.store.PointOfServiceWsDTO
getAddress, getDescription, getDisplayName, getDistanceKm, getFeatures, getFormattedDistance, getGeoPoint, getMapIcon, getName, getOpeningHours, getStoreContent, getStoreImages, getUrl, getWarehouseCodes, setAddress, setDescription, setDisplayName, setDistanceKm, setFeatures, setFormattedDistance, setGeoPoint, setMapIcon, setName, setOpeningHours, setStoreContent, setStoreImages, setUrl, setWarehouseCodes
-
-
-
-
Method Detail
-
setStockInfo
public void setStockInfo(StockWsDTO stockInfo)
-
getStockInfo
public StockWsDTO getStockInfo()
-
-