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 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.