public interface ScheduleItem
| Modifier and Type | Method and Description |
|---|---|
String |
getDetails() |
Date |
getEnd()
The end of the appointment.
|
String |
getID()
An unique identifier that can be used to locate this appointment.
|
String |
getImageURL() |
String |
getName()
The short text describing this appointment (mandatory)
|
Date |
getStart()
The start of the appointment.
|
String |
getType()
A short string describing the appointment type
|
String getID()
Date getStart()
Date getEnd()
String getName()
String getType()
String getImageURL()
String getDetails()
Copyright © 2017 etc.to. All rights reserved.