public class BasicScheduleItem extends Object implements ScheduleItem
| Constructor and Description |
|---|
BasicScheduleItem(String id,
Date start,
Date end,
String name,
String details,
String type,
String imageURL) |
| 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
|
public String getDetails()
getDetails in interface ScheduleItempublic Date getEnd()
ScheduleItemgetEnd in interface ScheduleItempublic String getID()
ScheduleItemgetID in interface ScheduleItempublic String getImageURL()
getImageURL in interface ScheduleItempublic String getName()
ScheduleItemgetName in interface ScheduleItempublic Date getStart()
ScheduleItemgetStart in interface ScheduleItempublic String getType()
ScheduleItemgetType in interface ScheduleItemCopyright © 2017 etc.to. All rights reserved.