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 IAppointmentData
public Long getId()
getId
in interface IAppointmentData
public com.google.common.collect.Range<Instant> getInstant()
getInstant
in interface IAppointmentData
public UUID getUuid()
getUuid
in interface IAppointmentData
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.