Class CalendarWrapper

All Implemented Interfaces:
Serializable, Comparable<BwCalendar>, CategorisedEntity, CollatableEntity, OwnedEntity, PropertiesEntity, ShareableEntity, EntityWrapper<BwCalendar>, org.bedework.util.logging.Logged

public class CalendarWrapper extends BwCalendar implements EntityWrapper<BwCalendar>
An object to wrap a calendar entity in Bedework. This allows us to limit access to methods and attach thread or session information to the entity.

We should block access to methods if the caller does not have appropriate access.

XXX This should be generated by annotations

Version:
1.0
Author:
Mike Douglass douglm @ rpi.edu
See Also: