Class AbstractAppointment

java.lang.Object
edu.pdx.cs410J.AbstractAppointment
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Appointment

public abstract class AbstractAppointment extends Object implements Serializable
This class represents an appointment found in an appointment book. Each appointment has a beginning and ending time, as well as a text message describing itself.
Author:
David Whitlock
See Also: