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 |
getTimestampFrom() |
long |
getTimestampUntil() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstantFrom, getInstantUntilpublic AppointmentRangeView(Appointment appointment)
appointment - Appointment for which to create a view..public long getTimestampFrom()
getTimestampFrom in interface IAppointmentRangeViewAppointment.getTimestampFrom().public long getTimestampUntil()
getTimestampUntil in interface IAppointmentRangeViewAppointment.getTimestampUntil().Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.