net.lin2win.calendar
Class Appointment

java.lang.Object
  extended by net.lin2win.calendar.Appointment

public class Appointment
extends java.lang.Object


Field Summary
 java.lang.String date
           
 java.lang.String description
           
 java.lang.String title
           
 java.lang.String type
           
 
Constructor Summary
Appointment()
          Creates a new instance of Appointment
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public java.lang.String title

description

public java.lang.String description

date

public java.lang.String date

type

public java.lang.String type
Constructor Detail

Appointment

public Appointment()
Creates a new instance of Appointment