org.apache.myfaces.examples.calendarexample
Class DateHolder

java.lang.Object
  extended by org.apache.myfaces.examples.calendarexample.DateHolder
All Implemented Interfaces:
java.io.Serializable

public class DateHolder
extends java.lang.Object
implements java.io.Serializable

DOCUMENT ME!

Version:
$Revision: 472610 $ $Date: 2006-11-08 14:46:34 -0500 (Wed, 08 Nov 2006) $
Author:
Martin Marinschek (latest modification by $Author: grantsmith $)
See Also:
Serialized Form

Constructor Summary
DateHolder()
           
 
Method Summary
 java.util.Date getDate()
           
 void setDate(java.util.Date date)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateHolder

public DateHolder()
Method Detail

getDate

public java.util.Date getDate()

setDate

public void setDate(java.util.Date date)


Copyright © 2009 The Apache Software Foundation. All Rights Reserved.