Package de.xima.fc.form.common.models
Interface IAppointmentTemplateData
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AppointmentTemplateData
public interface IAppointmentTemplateData extends Serializable
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUID
getAppointmentTemplateUuid()
ZoneId
getAppointmentTemplateZoneId()
UUID
getAppointmentTypeUuid()
-
-
-
Method Detail
-
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.
-
-