Class StoreFinderStockSearchPageWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.store.StoreFinderStockSearchPageWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class StoreFinderStockSearchPageWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Store Finder Stock Search Page- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreFinderStockSearchPageWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetBoundEastLongitude()java.lang.DoublegetBoundNorthLatitude()java.lang.DoublegetBoundSouthLatitude()java.lang.DoublegetBoundWestLongitude()java.lang.StringgetLocationText()PaginationWsDTOgetPagination()ProductWsDTOgetProduct()java.util.List<SortWsDTO>getSorts()java.lang.DoublegetSourceLatitude()java.lang.DoublegetSourceLongitude()java.util.List<PointOfServiceStockWsDTO>getStores()voidsetBoundEastLongitude(java.lang.Double boundEastLongitude)voidsetBoundNorthLatitude(java.lang.Double boundNorthLatitude)voidsetBoundSouthLatitude(java.lang.Double boundSouthLatitude)voidsetBoundWestLongitude(java.lang.Double boundWestLongitude)voidsetLocationText(java.lang.String locationText)voidsetPagination(PaginationWsDTO pagination)voidsetProduct(ProductWsDTO product)voidsetSorts(java.util.List<SortWsDTO> sorts)voidsetSourceLatitude(java.lang.Double sourceLatitude)voidsetSourceLongitude(java.lang.Double sourceLongitude)voidsetStores(java.util.List<PointOfServiceStockWsDTO> stores)
-
-
-
Method Detail
-
setStores
public void setStores(java.util.List<PointOfServiceStockWsDTO> stores)
-
getStores
public java.util.List<PointOfServiceStockWsDTO> getStores()
-
setSorts
public void setSorts(java.util.List<SortWsDTO> sorts)
-
getSorts
public java.util.List<SortWsDTO> getSorts()
-
setPagination
public void setPagination(PaginationWsDTO pagination)
-
getPagination
public PaginationWsDTO getPagination()
-
setLocationText
public void setLocationText(java.lang.String locationText)
-
getLocationText
public java.lang.String getLocationText()
-
setSourceLatitude
public void setSourceLatitude(java.lang.Double sourceLatitude)
-
getSourceLatitude
public java.lang.Double getSourceLatitude()
-
setSourceLongitude
public void setSourceLongitude(java.lang.Double sourceLongitude)
-
getSourceLongitude
public java.lang.Double getSourceLongitude()
-
setBoundNorthLatitude
public void setBoundNorthLatitude(java.lang.Double boundNorthLatitude)
-
getBoundNorthLatitude
public java.lang.Double getBoundNorthLatitude()
-
setBoundEastLongitude
public void setBoundEastLongitude(java.lang.Double boundEastLongitude)
-
getBoundEastLongitude
public java.lang.Double getBoundEastLongitude()
-
setBoundSouthLatitude
public void setBoundSouthLatitude(java.lang.Double boundSouthLatitude)
-
getBoundSouthLatitude
public java.lang.Double getBoundSouthLatitude()
-
setBoundWestLongitude
public void setBoundWestLongitude(java.lang.Double boundWestLongitude)
-
getBoundWestLongitude
public java.lang.Double getBoundWestLongitude()
-
setProduct
public void setProduct(ProductWsDTO product)
-
getProduct
public ProductWsDTO getProduct()
-
-