Package org.apache.myfaces.tobago.model
Class DateModel
- java.lang.Object
-
- org.apache.myfaces.tobago.model.DateModel
-
public class DateModel extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendargetCalendar()CalendargetCalendar(Locale locale)intgetDay()intgetMonth()intgetYear()voidsetDay(int day)voidsetMonth(int month)voidsetYear(int year)
-
-
-
Constructor Detail
-
DateModel
public DateModel(int year, int month, int day)
-
DateModel
public DateModel(Calendar calendar)
-
-
Method Detail
-
getYear
public int getYear()
-
setYear
public void setYear(int year)
-
getMonth
public int getMonth()
-
setMonth
public void setMonth(int month)
-
getDay
public int getDay()
-
setDay
public void setDay(int day)
-
getCalendar
public Calendar getCalendar()
-
-