org.apache.myfaces.examples.calendarexample
Class CalendarBean
java.lang.Object
org.apache.myfaces.examples.calendarexample.CalendarBean
- All Implemented Interfaces:
- Serializable
public class CalendarBean
- extends Object
- implements Serializable
- Version:
- $Revision: $ $Date: $
$Log: $
- Author:
- Martin Marinschek
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarBean
public CalendarBean()
getDates
public List getDates()
setDates
public void setDates(List dates)
getText
public String getText()
setText
public void setText(String text)
getFirstDate
public Date getFirstDate()
setFirstDate
public void setFirstDate(Date firstDate)
getSecondDate
public Date getSecondDate()
setSecondDate
public void setSecondDate(Date secondDate)
getThirdDate
public Date getThirdDate()
setThirdDate
public void setThirdDate(Date thirdDate)
submitMethod
public String submitMethod()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.