Class StoreFinderStockSearchPageWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.store.StoreFinderStockSearchPageWsDTO
- All Implemented Interfaces:
Serializable
Representation of a Store Finder Stock Search Page
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSorts()voidsetBoundEastLongitude(Double boundEastLongitude) voidsetBoundNorthLatitude(Double boundNorthLatitude) voidsetBoundSouthLatitude(Double boundSouthLatitude) voidsetBoundWestLongitude(Double boundWestLongitude) voidsetLocationText(String locationText) voidsetPagination(PaginationWsDTO pagination) voidsetProduct(ProductWsDTO product) voidvoidsetSourceLatitude(Double sourceLatitude) voidsetSourceLongitude(Double sourceLongitude) voidsetStores(List<PointOfServiceStockWsDTO> stores)
-
Constructor Details
-
StoreFinderStockSearchPageWsDTO
public StoreFinderStockSearchPageWsDTO()
-
-
Method Details
-
setStores
-
getStores
-
setSorts
-
getSorts
-
setPagination
-
getPagination
-
setLocationText
-
getLocationText
-
setSourceLatitude
-
getSourceLatitude
-
setSourceLongitude
-
getSourceLongitude
-
setBoundNorthLatitude
-
getBoundNorthLatitude
-
setBoundEastLongitude
-
getBoundEastLongitude
-
setBoundSouthLatitude
-
getBoundSouthLatitude
-
setBoundWestLongitude
-
getBoundWestLongitude
-
setProduct
-
getProduct
-