public class Appointment extends AbstractAppointment
| Constructor and Description |
|---|
Appointment() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBeginTime() |
String |
getBeginTimeString() |
String |
getDescription() |
Date |
getEndTime() |
String |
getEndTimeString() |
toStringpublic Appointment()
public String getBeginTimeString()
getBeginTimeString in class AbstractAppointmentpublic String getEndTimeString()
getEndTimeString in class AbstractAppointmentpublic Date getEndTime()
getEndTime in class AbstractAppointmentpublic String getDescription()
getDescription in class AbstractAppointmentpublic Date getBeginTime()
getBeginTime in class AbstractAppointmentCopyright © 2016 Portland State University. All rights reserved.