|
Class Summary |
| Appointment |
data profile for a single appointment |
| AppointmentSet |
implements the Set interface for Appointments
and provides helper functions optimized for
searching by startDate and endDate ranges |
| PersistentAppointmentSet |
Persistent is a Stateful object
that provides utilities to save
and load to a file, and keeps
track of the status of that file
and whether or not it exists. |
| StatefulAppointment |
keeps track of a single appointment,
and provides utilities of changing it
in relation of it's parent set |