public class StoreFinderSearchPageData<RESULT> extends SearchPageData<RESULT>
| Constructor and Description |
|---|
StoreFinderSearchPageData() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBoundEastLongitude() |
double |
getBoundNorthLatitude() |
double |
getBoundSouthLatitude() |
double |
getBoundWestLongitude() |
java.lang.String |
getLocationText() |
double |
getSourceLatitude() |
double |
getSourceLongitude() |
void |
setBoundEastLongitude(double boundEastLongitude) |
void |
setBoundNorthLatitude(double boundNorthLatitude) |
void |
setBoundSouthLatitude(double boundSouthLatitude) |
void |
setBoundWestLongitude(double boundWestLongitude) |
void |
setLocationText(java.lang.String locationText) |
void |
setSourceLatitude(double sourceLatitude) |
void |
setSourceLongitude(double sourceLongitude) |
getDateRange, getPagination, getResults, getSorts, setDateRange, setPagination, setResults, setSortspublic void setLocationText(java.lang.String locationText)
public java.lang.String getLocationText()
public void setSourceLatitude(double sourceLatitude)
public double getSourceLatitude()
public void setSourceLongitude(double sourceLongitude)
public double getSourceLongitude()
public void setBoundNorthLatitude(double boundNorthLatitude)
public double getBoundNorthLatitude()
public void setBoundEastLongitude(double boundEastLongitude)
public double getBoundEastLongitude()
public void setBoundSouthLatitude(double boundSouthLatitude)
public double getBoundSouthLatitude()
public void setBoundWestLongitude(double boundWestLongitude)
public double getBoundWestLongitude()
Copyright © 2018 SAP SE. All Rights Reserved.