public class AppointmentData extends Object implements IAppointmentData
IAppointmentData.| Constructor and Description |
|---|
AppointmentData(Appointment appointment,
AppointmentTemplate appointmentTemplate)
Creates a new appointment view for the given appointment.
|
| Modifier and Type | Method and Description |
|---|---|
ZoneId |
getAppointmentTemplateZoneId() |
Long |
getId() |
com.google.common.collect.Range<Instant> |
getInstant() |
UUID |
getUuid() |
public AppointmentData(Appointment appointment, AppointmentTemplate appointmentTemplate)
appointment - An appointment for which to create a view.appointmentTemplate - The template to which the appointment belongs.public ZoneId getAppointmentTemplateZoneId()
getAppointmentTemplateZoneId in interface IAppointmentDatapublic Long getId()
getId in interface IAppointmentDatapublic com.google.common.collect.Range<Instant> getInstant()
getInstant in interface IAppointmentDatapublic UUID getUuid()
getUuid in interface IAppointmentDataCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.