the type of the activities returned by the calendar
Returns the earliest time used by the activities stored in this repository / on this row. This method gets used for navigation (e.g. "scroll to earliest time used in the Gantt chart", "zoom out to show all activities").
the earliest time used by the activities in this repository / row (null if no activities found)
Returns the latest time used by the activities stored in this repository / on this row. This method gets used for navigation (e.g. "scroll to latest time used in the Gantt chart", "zoom out to show all activities").
the latest time used by the activities in this repository / row (null if no activities found)
Returns the name of the calendar. The name might be displayed by the UI (e.g. in a context menu).
Returns the visibility flag of the calendar. Calendars can be shown / hidden by the user.
Sets the the name of the calendar.
the calendar name
Sets the visibility flag of the calendar. Calendars can be shown / hidden by the user.
visibility flag of the calendar
An abstract base implementation of an activity repository that implements the Calendar interface.
1.0