Additional Inherited Members | |
Public Member Functions inherited from org.turro.plugin.calendar.DefaultCalendarEvent | |
String | getPath () |
void | setPath (String path) |
String | getEventId () |
void | setEventId (String eventId) |
Date | getBeginDate () |
void | setBeginDate (Date beginDate) |
Date | getEndDate () |
void | setEndDate (Date endDate) |
String | getContent () |
void | setContent (String content) |
String | getTitle () |
void | setTitle (String title) |
String | getMotive () |
void | setMotive (String motive) |
String | getContentColor () |
void | setContentColor (String ccolor) |
String | getHeaderColor () |
void | setHeaderColor (String hcolor) |
String | getZclass () |
boolean | isLocked () |
void | setLocked (boolean locked) |
boolean | isDone () |
void | setDone (boolean _done) |
boolean | isCancelled () |
void | setCancelled (boolean cancelled) |
IContact | getOrganizer () |
Collection< IContact > | getAttendees () |
void | setOrganizer (IContact contact) |
void | addAttendee (IContact contact) |
String | getAddress () |
void | setAddress (String address) |
String | getPath () |
void | setPath (String path) |
String | getEventId () |
void | setEventId (String eventId) |
Date | getBeginDate () |
void | setBeginDate (Date beginDate) |
Date | getEndDate () |
void | setEndDate (Date endDate) |
String | getContent () |
void | setContent (String content) |
String | getTitle () |
void | setTitle (String title) |
String | getMotive () |
void | setMotive (String motive) |
String | getContentColor () |
void | setContentColor (String ccolor) |
String | getHeaderColor () |
void | setHeaderColor (String hcolor) |
String | getZclass () |
boolean | isLocked () |
void | setLocked (boolean locked) |
boolean | isDone () |
void | setDone (boolean _done) |
boolean | isCancelled () |
void | setCancelled (boolean cancelled) |
IContact | getOrganizer () |
Collection< IContact > | getAttendees () |
void | setOrganizer (IContact contact) |
void | addAttendee (IContact contact) |
String | getAddress () |
void | setAddress (String address) |
Protected Attributes inherited from org.turro.plugin.calendar.DefaultCalendarEvent | |
String | eventId |
IContact | organizer |
Collection< IContact > | attandees = new ContactList() |
Definition at line 27 of file ContactEvent.java.