Package edu.pdx.cs410J.apptbook
Class AppointmentBook
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAppointment(Appointment appt) Adds an appointment to this appointment bookReturns all of the appointments in this appointment book as a collection ofAbstractAppointments.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:AbstractAppointmentBookReturns the name of the owner of this appointment book.- Specified by:
getOwnerNamein classAbstractAppointmentBook<Appointment>
-
getAppointments
Description copied from class:AbstractAppointmentBookReturns all of the appointments in this appointment book as a collection ofAbstractAppointments.- Specified by:
getAppointmentsin classAbstractAppointmentBook<Appointment>
-
addAppointment
Description copied from class:AbstractAppointmentBookAdds an appointment to this appointment book- Specified by:
addAppointmentin classAbstractAppointmentBook<Appointment>
-