public class YelpBean
extends java.lang.Object
Constructor and Description |
---|
YelpBean() |
Modifier and Type | Method and Description |
---|---|
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
|
YelpResults |
getYelpResults()
Get the yelp results object containing the various places
|
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
|
void |
setYelpResults(YelpResults yelpList)
Set the yelp results object with a new yelp results list
|
public java.lang.String getHolidayName()
public java.lang.String getKeyword()
public double getLatitude()
public double getLongitude()
public YelpResults getYelpResults()
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
- public void setYelpResults(YelpResults yelpList)
yelpList
-