public class GrouponBean
extends java.lang.Object
Constructor and Description |
---|
GrouponBean() |
Modifier and Type | Method and Description |
---|---|
java.util.List<GrouponDeal> |
getGrouponDeals() |
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
|
double |
getMyLatitude() |
double |
getMyLongitude() |
void |
setGrouponDeals(java.util.List<GrouponDeal> grouponDeals) |
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 |
setMyLatitude(double myLatitude) |
void |
setMyLongitude(double myLongitude) |
public java.util.List<GrouponDeal> getGrouponDeals()
public java.lang.String getHolidayName()
public java.lang.String getKeyword()
public double getLatitude()
public double getLongitude()
public double getMyLatitude()
public double getMyLongitude()
public void setGrouponDeals(java.util.List<GrouponDeal> grouponDeals)
grouponDeals
- the grouponDeals to setpublic 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 setMyLatitude(double myLatitude)
myLatitude
- the myLatitude to setpublic void setMyLongitude(double myLongitude)
myLongitude
- the myLongitude to set