public class FoursquareBean
extends java.lang.Object
Constructor and Description |
---|
FoursquareBean() |
Modifier and Type | Method and Description |
---|---|
java.util.List<FoursquareItems> |
getFoursquareResults()
Get the Foursquare results object containing the various places
|
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 |
setFoursquareResults(java.util.List<FoursquareItems> foursquareItems)
Set the Foursquare results 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 java.util.List<FoursquareItems> getFoursquareResults()
public java.lang.String getHolidayName()
public java.lang.String getKeyword()
public double getLatitude()
public double getLongitude()
public void setFoursquareResults(java.util.List<FoursquareItems> foursquareItems)
list
- of foursquare itemspublic 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
-