public class PlacesBean
extends java.lang.Object
Constructor and Description |
---|
PlacesBean() |
Modifier and Type | Method and Description |
---|---|
PlacesList |
getGooglePlacesList()
Get the google places results object
|
java.lang.String |
getHolidayName()
Current holiday name for yelp search
|
java.lang.String |
getKeyword()
Current keyword for yelp search
|
double |
getLatitude()
Get the current latitude that was passed as a param for the yelp search
|
double |
getLongitude()
Get current longitude that was passed as a param for the yelp search
|
void |
setGooglePlacesList(PlacesList placesList)
Set the placesList object with a new yelp results list
|
void |
setHolidayName(java.lang.String holidayName)
Set the string for the Holiday Name
|
void |
setKeyword(java.lang.String keyword)
Set the string for the keyword for the current holiday
|
void |
setLatitude(double currentLatitude)
Set the current latitude
|
void |
setLongitude(double currentLongitude)
Set the Current Longitude
|
public PlacesList getGooglePlacesList()
public java.lang.String getHolidayName()
public java.lang.String getKeyword()
public double getLatitude()
public double getLongitude()
public void setGooglePlacesList(PlacesList placesList)
placesList
- public void setHolidayName(java.lang.String holidayName)
holidayName
- public void setKeyword(java.lang.String keyword)
keyword
- public void setLatitude(double currentLatitude)
currentLatitude
- public void setLongitude(double currentLongitude)
currentLongitude
-