org.apache.myfaces.examples.calendarexample
Class CalendarBean

java.lang.Object
  extended by 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

Constructor Summary
CalendarBean()
           
 
Method Summary
 List getDates()
           
 Date getFirstDate()
           
 Date getSecondDate()
           
 String getText()
           
 Date getThirdDate()
           
 void setDates(List dates)
           
 void setFirstDate(Date firstDate)
           
 void setSecondDate(Date secondDate)
           
 void setText(String text)
           
 void setThirdDate(Date thirdDate)
           
 String submitMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarBean

public CalendarBean()
Method Detail

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 © 2010 The Apache Software Foundation. All Rights Reserved.