Package edu.pdx.cs410J.apptbook
Class AppointmentBook
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAppointment
(Appointment appt) Adds an appointment to this appointment bookReturns all of the appointments in this appointment book as a collection ofAbstractAppointment
s.Returns the name of the owner of this appointment book.Methods inherited from class edu.pdx.cs410J.AbstractAppointmentBook
toString
-
Constructor Details
-
AppointmentBook
-
-
Method Details
-
getOwnerName
Description copied from class:AbstractAppointmentBook
Returns the name of the owner of this appointment book.- Specified by:
getOwnerName
in classAbstractAppointmentBook<Appointment>
-
getAppointments
Description copied from class:AbstractAppointmentBook
Returns all of the appointments in this appointment book as a collection ofAbstractAppointment
s.- Specified by:
getAppointments
in classAbstractAppointmentBook<Appointment>
-
addAppointment
Description copied from class:AbstractAppointmentBook
Adds an appointment to this appointment book- Specified by:
addAppointment
in classAbstractAppointmentBook<Appointment>
-