Class AppointmentFreeSlot

java.lang.Object
de.xima.fc.appointment.AppointmentFreeSlot
All Implemented Interfaces:
IAppointmentFreeSlot, Serializable

public class AppointmentFreeSlot extends Object implements IAppointmentFreeSlot
POJO implementation of a IAppointmentFreeSlot.
Since:
6.5.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • AppointmentFreeSlot

      public AppointmentFreeSlot(LocalTime startTime, LocalDateTime endDateTime, long capacity, String id)
      Creates a new IAppointmentFreeSlot POJO with the given data.
      Parameters:
      startTime - Start time of this slot.
      endDateTime - End date time of this slot. May be on a different day.
      capacity - Capacity of the slot.
      id - ID of the slot.
  • Method Details