Package org.apache.myfaces.tobago.model
Class DateModel
java.lang.Object
org.apache.myfaces.tobago.model.DateModel
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DateModel
public DateModel(int year, int month, int day) -
DateModel
-
-
Method Details
-
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
-
getCalendar
-