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:
java.io.Serializable
- Direct Known Subclasses:
StoreFinderStockSearchPageData
public class StoreFinderSearchPageData<RESULT> extends SearchPageData<RESULT>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreFinderSearchPageData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetBoundEastLongitude()doublegetBoundNorthLatitude()doublegetBoundSouthLatitude()doublegetBoundWestLongitude()java.lang.StringgetLocationText()doublegetSourceLatitude()doublegetSourceLongitude()voidsetBoundEastLongitude(double boundEastLongitude)voidsetBoundNorthLatitude(double boundNorthLatitude)voidsetBoundSouthLatitude(double boundSouthLatitude)voidsetBoundWestLongitude(double boundWestLongitude)voidsetLocationText(java.lang.String locationText)voidsetSourceLatitude(double sourceLatitude)voidsetSourceLongitude(double sourceLongitude)-
Methods inherited from class de.hybris.platform.commerceservices.search.pagedata.SearchPageData
getDateRange, getPagination, getResults, getSorts, setDateRange, setPagination, setResults, setSorts
-
-
-
-
Method Detail
-
setLocationText
public void setLocationText(java.lang.String locationText)
-
getLocationText
public java.lang.String 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()
-
-