Package de.xima.fc.form.common.models
Interface IAppointmentTemplateData
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AppointmentTemplateData
Interface that represents relevant data of an appointment. This is a view of an AppointmentTemplate entity. This
exists because the Appointment and AppointmentTemplate classes are not available in this module otherwise.
- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAppointmentTypeUuid
UUID getAppointmentTypeUuid()- Returns:
- The UUID of the appointment type of the appointment template.
-
getAppointmentTemplateUuid
UUID getAppointmentTemplateUuid()- Returns:
- The UUID of the appointment template.
-
getAppointmentTemplateZoneId
ZoneId getAppointmentTemplateZoneId()- Returns:
- The time zone of the appointment template.
-