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 |
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
|
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 |
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 |
setYear(int year)
Set the year the holiday takes place
|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- identification for the holidaypublic java.lang.String getHolidayName()
public void setName(java.lang.String holidayName)
name
- holiday namepublic java.lang.String getKeyword()
public void setKeyword(java.lang.String keyword)
keyword
- holiday keywordpublic int getDayOfMonth()
public void setDayOfMonth(int dayOfMonth)
day
- of holiday as day number of the monthpublic int getMonth()
public void setMonth(int month)
month
- holiday month number of the yearpublic int getYear()
public void setYear(int year)
year
- holiday year