Package de.xima.fc.appointment
Class AppointmentRangeView
java.lang.Object
de.xima.fc.appointment.AppointmentRangeView
- All Implemented Interfaces:
IAppointmentRangeView
An implementation of a
IAppointmentRangeView
that takes an existing appointment and reflects changes in that
appointment.- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionAppointmentRangeView
(Appointment appointment) Creates a new appointment range view of the given appointment .Changes in the given appointment are reflected in this view. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.interfaces.appointment.IAppointmentRangeView
getInstantFrom, getInstantUntil
-
Constructor Details
-
AppointmentRangeView
Creates a new appointment range view of the given appointment .Changes in the given appointment are reflected in this view.- Parameters:
appointment
- Appointment for which to create a view..
-
-
Method Details
-
getTimestampFrom
public long getTimestampFrom()- Specified by:
getTimestampFrom
in interfaceIAppointmentRangeView
- Returns:
- The value of the underlying
Appointment.getTimestampFrom()
.
-
getTimestampUntil
public long getTimestampUntil()- Specified by:
getTimestampUntil
in interfaceIAppointmentRangeView
- Returns:
- The value of the underlying
Appointment.getTimestampUntil()
.
-
getId
- Specified by:
getId
in interfaceIAppointmentRangeView
- Returns:
- The value of the underlying
Appointment.getId()
.
-