|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.pdx.cs399J.AbstractAppointmentBook
public abstract class AbstractAppointmentBook
This class represents an appointment book that holds multiple appointments. Each appointment book has an owner.
| Constructor Summary | |
|---|---|
AbstractAppointmentBook()
|
|
| Method Summary | |
|---|---|
abstract void |
addAppointment(AbstractAppointment appt)
Adds an appointment to this appointment book |
abstract Collection |
getAppointments()
Returns all of the appointments in this appointment book as a collection of AbstractAppointments. |
abstract String |
getOwnerName()
Returns the name of the owner of this appointment book. |
String |
toString()
Returns a brief textual description of this appointment book |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAppointmentBook()
| Method Detail |
|---|
public abstract String getOwnerName()
public abstract Collection getAppointments()
AbstractAppointments.
public abstract void addAppointment(AbstractAppointment appt)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||