Class Page
- java.lang.Object
-
- be.business.connector.recipe.domain.Page
-
- All Implemented Interfaces:
Serializable
public class Page extends Object implements Serializable
The Class Page.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMonth()Gets the month.intgetYear()Gets the year.voidsetMonth(int month)Sets the month.voidsetYear(int year)Sets the year.
-
-
-
Method Detail
-
getYear
public int getYear()
Gets the year.- Returns:
- the year
-
setYear
public void setYear(int year)
Sets the year.- Parameters:
year- the new year
-
getMonth
public int getMonth()
Gets the month.- Returns:
- the month
-
setMonth
public void setMonth(int month)
Sets the month.- Parameters:
month- the new month
-
-