Interface IAppointmentRangeView
- All Known Implementing Classes:
AppointmentRangeView
public interface IAppointmentRangeView
A view of an
Appointment
that includes only the start and end time.- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
-
Method Details
-
getInstantFrom
- Returns:
- The value of the underlying
Appointment.getTimestampFrom()
.
-
getInstantUntil
- Returns:
- The value of the underlying
Appointment.getInstantUntil()
.
-
getTimestampFrom
long getTimestampFrom()- Returns:
- The value of the underlying
Appointment.getTimestampFrom()
.
-
getTimestampUntil
long getTimestampUntil()- Returns:
- The value of the underlying
Appointment.getTimestampUntil()
.
-
getId
Long getId()- Returns:
- The value of the underlying
Appointment.getId()
.
-