org.formaria.swing.date
Class Appointment

java.lang.Object
  extended by org.formaria.swing.date.Appointment

public class Appointment
extends java.lang.Object

A structure containing information about appointments to be shown on the CalendarPanel

Copyright (c) Formaria Ltd., 2008, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Formaria.

$Revision: 1.2 $


Field Summary
 java.awt.Color bkColor
           
 java.util.Calendar endTime
           
 java.awt.Color fgColor
           
 java.lang.String id
           
 java.awt.geom.RoundRectangle2D.Double location
           
 java.util.Calendar startTime
           
 java.lang.String title
           
 
Constructor Summary
Appointment()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.String id

bkColor

public java.awt.Color bkColor

fgColor

public java.awt.Color fgColor

title

public java.lang.String title

startTime

public java.util.Calendar startTime

endTime

public java.util.Calendar endTime

location

public java.awt.geom.RoundRectangle2D.Double location
Constructor Detail

Appointment

public Appointment()