Class StoreFinderSearchPageData<RESULT>
java.lang.Object
de.hybris.platform.commerceservices.search.pagedata.SearchPageData<RESULT>
de.hybris.platform.commerceservices.storefinder.data.StoreFinderSearchPageData<RESULT>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StoreFinderStockSearchPageData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledoubledoubledoublevoidsetBoundEastLongitude(double boundEastLongitude) voidsetBoundNorthLatitude(double boundNorthLatitude) voidsetBoundSouthLatitude(double boundSouthLatitude) voidsetBoundWestLongitude(double boundWestLongitude) voidsetLocationText(String locationText) voidsetSourceLatitude(double sourceLatitude) voidsetSourceLongitude(double sourceLongitude) Methods inherited from class de.hybris.platform.commerceservices.search.pagedata.SearchPageData
getPagination, getResults, getSorts, setPagination, setResults, setSorts
-
Constructor Details
-
StoreFinderSearchPageData
public StoreFinderSearchPageData()
-
-
Method Details
-
setLocationText
-
getLocationText
-
setSourceLatitude
public void setSourceLatitude(double sourceLatitude) -
getSourceLatitude
public double getSourceLatitude() -
setSourceLongitude
public void setSourceLongitude(double sourceLongitude) -
getSourceLongitude
public double getSourceLongitude() -
setBoundNorthLatitude
public void setBoundNorthLatitude(double boundNorthLatitude) -
getBoundNorthLatitude
public double getBoundNorthLatitude() -
setBoundEastLongitude
public void setBoundEastLongitude(double boundEastLongitude) -
getBoundEastLongitude
public double getBoundEastLongitude() -
setBoundSouthLatitude
public void setBoundSouthLatitude(double boundSouthLatitude) -
getBoundSouthLatitude
public double getBoundSouthLatitude() -
setBoundWestLongitude
public void setBoundWestLongitude(double boundWestLongitude) -
getBoundWestLongitude
public double getBoundWestLongitude()
-