Package de.xima.fc.web.common.fd2.model
Class AppointmentData
java.lang.Object
de.xima.fc.web.common.fd2.model.AppointmentData
- All Implemented Interfaces:
IAppointmentData
,Serializable
POJO implementation of
IAppointmentData
.- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAppointmentData
(Appointment appointment, AppointmentTemplate appointmentTemplate) Creates a new appointment view for the given appointment. -
Method Summary
-
Constructor Details
-
AppointmentData
Creates a new appointment view for the given appointment.- Parameters:
appointment
- An appointment for which to create a view.appointmentTemplate
- The template to which the appointment belongs.
-
-
Method Details
-
getAppointmentTemplateZoneId
- Specified by:
getAppointmentTemplateZoneId
in interfaceIAppointmentData
- Returns:
- The zone ID of the appointment template to which the appointment belongs.
-
getId
- Specified by:
getId
in interfaceIAppointmentData
- Returns:
- The ID of the appointment.
-
getInstant
- Specified by:
getInstant
in interfaceIAppointmentData
- Returns:
- The start and end time of the appointment.
-
getUuid
- Specified by:
getUuid
in interfaceIAppointmentData
- Returns:
- The UUID of the appointment.
-