public class YelpBean
extends java.lang.Object
Constructor and Description |
---|
YelpBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getData()
Data object to verify the string for current holiday name and 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 |
setData(java.lang.String data)
Set the string for the data
|
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 YelpResults getYelpResults()
public void setYelpResults(YelpResults yelpList)
yelpList
- public double getLongitude()
public void setLongitude(double currentLongitude)
currentLongitude
- public double getLatitude()
public void setLatitude(double currentLatitude)
currentLatitude
- public java.lang.String getData()
public void setData(java.lang.String data)
data
-