Package edu.pdx.cs.joy.apptbook
Class Appointment
java.lang.Object
edu.pdx.cs.joy.AbstractAppointment
edu.pdx.cs.joy.apptbook.Appointment
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a String describing the beginning date and time of this appointment.Returns a description of this appointment (for instance,"Have coffee with Marsha").Returns a String describing the ending date and time of this appointment.Methods inherited from class edu.pdx.cs.joy.AbstractAppointment
getBeginTime, getEndTime, toString
-
Constructor Details
-
Appointment
public Appointment()
-
-
Method Details
-
getBeginTimeString
Description copied from class:AbstractAppointmentReturns a String describing the beginning date and time of this appointment.- Specified by:
getBeginTimeStringin classAbstractAppointment
-
getEndTimeString
Description copied from class:AbstractAppointmentReturns a String describing the ending date and time of this appointment.- Specified by:
getEndTimeStringin classAbstractAppointment
-
getDescription
Description copied from class:AbstractAppointmentReturns a description of this appointment (for instance,"Have coffee with Marsha").- Specified by:
getDescriptionin classAbstractAppointment
-