public class AppointmentRangeView extends Object implements IAppointmentRangeView
IAppointmentRangeView
that takes an existing appointment and reflects changes in that
appointment.Constructor and Description |
---|
AppointmentRangeView(Appointment appointment)
Creates a new appointment range view of the given appointment .Changes in the given appointment are reflected in
this view.
|
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
long |
getTimestampFrom() |
long |
getTimestampUntil() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInstantFrom, getInstantUntil
public AppointmentRangeView(Appointment appointment)
appointment
- Appointment for which to create a view..public long getTimestampFrom()
getTimestampFrom
in interface IAppointmentRangeView
Appointment.getTimestampFrom()
.public long getTimestampUntil()
getTimestampUntil
in interface IAppointmentRangeView
Appointment.getTimestampUntil()
.public Long getId()
getId
in interface IAppointmentRangeView
Appointment.getId()
.Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.