org.apache.portals.applications.desktop.calendar
Class CalendarBean

java.lang.Object
  extended byorg.apache.portals.applications.desktop.calendar.CalendarBean

public class CalendarBean
extends Object

CalendarBean

Version:
$Id: CalendarBean.java 187966 2004-11-19 21:53:35Z taylor $
Author:
David Sean Taylor

Field Summary
private  Date date
           
private  String notes
           
 
Constructor Summary
CalendarBean()
           
 
Method Summary
 Date getDate()
           
 String getDateKey(Date date)
           
 String getNotes()
           
 String save()
           
 String selectDate()
           
 void setDate(Date date)
           
 void setNotes(String notes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

date

private Date date

notes

private String notes
Constructor Detail

CalendarBean

public CalendarBean()
Method Detail

getDate

public Date getDate()

setDate

public void setDate(Date date)

getNotes

public String getNotes()

setNotes

public void setNotes(String notes)

getDateKey

public String getDateKey(Date date)

save

public String save()

selectDate

public String selectDate()


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.