public class HolidayBean
extends java.lang.Object
Constructor and Description |
---|
HolidayBean() |
Modifier and Type | Method and Description |
---|---|
int |
getDayOfMonth()
Get the number of the day of the month for the holiday
|
java.lang.String |
getGrouponCategory() |
java.lang.String |
getHolidayName()
Get the name of the holiday
|
java.lang.String |
getId()
Get the identification number for this holiday
|
java.lang.String |
getKeyword()
Get the identifying keyword of the holiday
|
int |
getMonth()
Get the number of the month in the year for the holiday
|
java.util.List<Content> |
getUniqueSuggestions()
Get the unique suggestions for the current holiday
|
int |
getYear()
Get the year the holiday takes place
|
void |
setDayOfMonth(int dayOfMonth)
Set the number of the day of the month for the holiday
|
void |
setGrouponCategory(java.lang.String grouponCategory) |
void |
setHolidayName(java.lang.String holidayName) |
void |
setId(java.lang.String id)
Set the id for the holiday
|
void |
setKeyword(java.lang.String keyword)
Set the identifying keyword of the holiday
|
void |
setMonth(int month)
Set the number of the month in the year for the holiday
|
void |
setName(java.lang.String holidayName)
Set the name of the holiday
|
void |
setUniqueSuggestions(java.util.List<Content> uniqueSuggestions)
Set the unique Suggestions
|
void |
setYear(int year)
Set the year the holiday takes place
|
public int getDayOfMonth()
public java.lang.String getGrouponCategory()
public java.lang.String getHolidayName()
public java.lang.String getId()
public java.lang.String getKeyword()
public int getMonth()
public java.util.List<Content> getUniqueSuggestions()
public int getYear()
public void setDayOfMonth(int dayOfMonth)
dayOfMonth
- of holiday as day number of the monthpublic void setGrouponCategory(java.lang.String grouponCategory)
grouponCategory
- the grouponCategory to setpublic void setHolidayName(java.lang.String holidayName)
holidayName
- the holidayName to setpublic void setId(java.lang.String id)
id
- identification for the holidaypublic void setKeyword(java.lang.String keyword)
keyword
- holiday keywordpublic void setMonth(int month)
month
- holiday month number of the yearpublic void setName(java.lang.String holidayName)
holidayName
- public void setUniqueSuggestions(java.util.List<Content> uniqueSuggestions)
uniqueSuggestions
- public void setYear(int year)
year
- holiday year