BrightSide Workbench Full Report + Source Code
org.turro.plugin.calendar.DefaultCalendarEvent Class Reference
Inheritance diagram for org.turro.plugin.calendar.DefaultCalendarEvent:
Collaboration diagram for org.turro.plugin.calendar.DefaultCalendarEvent:

Public Member Functions

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< IContactgetAttendees ()
 
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< IContactgetAttendees ()
 
void setOrganizer (IContact contact)
 
void addAttendee (IContact contact)
 
String getAddress ()
 
void setAddress (String address)
 

Protected Attributes

String eventId
 
IContact organizer
 
Collection< IContactattandees = new ContactList()
 

Detailed Description

Member Function Documentation

◆ addAttendee() [1/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.addAttendee ( IContact  contact)

◆ addAttendee() [2/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.addAttendee ( IContact  contact)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 188 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

188  {
189  attandees.add(contact);
190  }
Here is the caller graph for this function:

◆ getAddress() [1/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getAddress ( )

◆ getAddress() [2/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getAddress ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 193 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

193  {
194  return address;
195  }

◆ getAttendees() [1/2]

Collection<IContact> org.turro.plugin.calendar.DefaultCalendarEvent.getAttendees ( )

◆ getAttendees() [2/2]

Collection<IContact> org.turro.plugin.calendar.DefaultCalendarEvent.getAttendees ( )

◆ getBeginDate() [1/2]

Date org.turro.plugin.calendar.DefaultCalendarEvent.getBeginDate ( )

◆ getBeginDate() [2/2]

Date org.turro.plugin.calendar.DefaultCalendarEvent.getBeginDate ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 68 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

68  {
69  return _beginDate;
70  }
Here is the caller graph for this function:

◆ getContent() [1/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getContent ( )

◆ getContent() [2/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getContent ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 88 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

88  {
89  return _content;
90  }

◆ getContentColor() [1/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getContentColor ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 118 of file elephant-plugins/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

118  {
119  return _contentColor;
120  }

◆ getContentColor() [2/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getContentColor ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 118 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

118  {
119  return _contentColor;
120  }

◆ getEndDate() [1/2]

Date org.turro.plugin.calendar.DefaultCalendarEvent.getEndDate ( )

◆ getEndDate() [2/2]

Date org.turro.plugin.calendar.DefaultCalendarEvent.getEndDate ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 78 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

78  {
79  return _endDate;
80  }

◆ getEventId() [1/2]

◆ getEventId() [2/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getEventId ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 46 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

46  {
47  return eventId;
48  }
Here is the caller graph for this function:

◆ getHeaderColor() [1/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getHeaderColor ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 128 of file elephant-plugins/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

128  {
129  return _headerColor;
130  }

◆ getHeaderColor() [2/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getHeaderColor ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 128 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

128  {
129  return _headerColor;
130  }

◆ getMotive() [1/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getMotive ( )

◆ getMotive() [2/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getMotive ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 108 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

108  {
109  return motive;
110  }

◆ getOrganizer() [1/2]

◆ getOrganizer() [2/2]

IContact org.turro.plugin.calendar.DefaultCalendarEvent.getOrganizer ( )

◆ getPath() [1/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getPath ( )

◆ getPath() [2/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getPath ( )

◆ getTitle() [1/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getTitle ( )

◆ getTitle() [2/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getTitle ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 98 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

98  {
99  return _title;
100  }

◆ getZclass() [1/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getZclass ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 138 of file elephant-plugins/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

138  {
139  return "z-calevent";
140  }

◆ getZclass() [2/2]

String org.turro.plugin.calendar.DefaultCalendarEvent.getZclass ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 138 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

138  {
139  return "z-calevent";
140  }

◆ isCancelled() [1/2]

boolean org.turro.plugin.calendar.DefaultCalendarEvent.isCancelled ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 163 of file elephant-plugins/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

163  {
164  return _cancelled;
165  }

◆ isCancelled() [2/2]

boolean org.turro.plugin.calendar.DefaultCalendarEvent.isCancelled ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 163 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

163  {
164  return _cancelled;
165  }

◆ isDone() [1/2]

boolean org.turro.plugin.calendar.DefaultCalendarEvent.isDone ( )

◆ isDone() [2/2]

boolean org.turro.plugin.calendar.DefaultCalendarEvent.isDone ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 153 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

153  {
154  return _done;
155  }

◆ isLocked() [1/2]

boolean org.turro.plugin.calendar.DefaultCalendarEvent.isLocked ( )

◆ isLocked() [2/2]

boolean org.turro.plugin.calendar.DefaultCalendarEvent.isLocked ( )

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 143 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

143  {
144  return _locked;
145  }

◆ setAddress() [1/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setAddress ( String  address)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 198 of file elephant-plugins/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

198  {
199  this.address = address;
200  }

◆ setAddress() [2/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setAddress ( String  address)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 198 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

198  {
199  this.address = address;
200  }

◆ setBeginDate() [1/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setBeginDate ( Date  beginDate)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 73 of file elephant-plugins/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

73  {
74  _beginDate = beginDate;
75  }

◆ setBeginDate() [2/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setBeginDate ( Date  beginDate)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 73 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

73  {
74  _beginDate = beginDate;
75  }
Here is the caller graph for this function:

◆ setCancelled() [1/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setCancelled ( boolean  cancelled)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 168 of file elephant-plugins/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

168  {
169  this._cancelled = cancelled;
170  }

◆ setCancelled() [2/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setCancelled ( boolean  cancelled)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 168 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

168  {
169  this._cancelled = cancelled;
170  }

◆ setContent() [1/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setContent ( String  content)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 93 of file elephant-plugins/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

93  {
94  _content = content;
95  }

◆ setContent() [2/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setContent ( String  content)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 93 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

93  {
94  _content = content;
95  }
Here is the caller graph for this function:

◆ setContentColor() [1/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setContentColor ( String  ccolor)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 123 of file elephant-plugins/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

123  {
124  _contentColor = ccolor;
125  }

◆ setContentColor() [2/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setContentColor ( String  ccolor)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 123 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

123  {
124  _contentColor = ccolor;
125  }
Here is the caller graph for this function:

◆ setDone() [1/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setDone ( boolean  _done)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 158 of file elephant-plugins/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

158  {
159  this._done = _done;
160  }

◆ setDone() [2/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setDone ( boolean  _done)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 158 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

158  {
159  this._done = _done;
160  }
Here is the caller graph for this function:

◆ setEndDate() [1/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setEndDate ( Date  endDate)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 83 of file elephant-plugins/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

83  {
84  _endDate = endDate;
85  }

◆ setEndDate() [2/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setEndDate ( Date  endDate)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 83 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

83  {
84  _endDate = endDate;
85  }
Here is the caller graph for this function:

◆ setEventId() [1/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setEventId ( String  eventId)

◆ setEventId() [2/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setEventId ( String  eventId)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 51 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

51  {
52  this.eventId = eventId;
53  }
Here is the caller graph for this function:

◆ setHeaderColor() [1/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setHeaderColor ( String  hcolor)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 133 of file elephant-plugins/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

133  {
134  _headerColor = hcolor;
135  }

◆ setHeaderColor() [2/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setHeaderColor ( String  hcolor)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 133 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

133  {
134  _headerColor = hcolor;
135  }
Here is the caller graph for this function:

◆ setLocked() [1/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setLocked ( boolean  locked)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 148 of file elephant-plugins/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

148  {
149  _locked = locked;
150  }

◆ setLocked() [2/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setLocked ( boolean  locked)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 148 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

148  {
149  _locked = locked;
150  }
Here is the caller graph for this function:

◆ setMotive() [1/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setMotive ( String  motive)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 113 of file elephant-plugins/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

113  {
114  this.motive = motive;
115  }

◆ setMotive() [2/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setMotive ( String  motive)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 113 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

113  {
114  this.motive = motive;
115  }

◆ setOrganizer() [1/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setOrganizer ( IContact  contact)

◆ setOrganizer() [2/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setOrganizer ( IContact  contact)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 183 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

183  {
184  this.organizer = contact;
185  }
Here is the caller graph for this function:

◆ setPath() [1/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setPath ( String  path)

◆ setPath() [2/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setPath ( String  path)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 41 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

41  {
42  this.path = path;
43  }
Here is the caller graph for this function:

◆ setTitle() [1/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setTitle ( String  title)

◆ setTitle() [2/2]

void org.turro.plugin.calendar.DefaultCalendarEvent.setTitle ( String  title)

Implements org.turro.plugin.calendar.ICalendarEvent.

Definition at line 103 of file elephant/src/main/java/org/turro/plugin/calendar/DefaultCalendarEvent.java.

103  {
104  _title = title;
105  }
Here is the caller graph for this function:

Member Data Documentation

◆ attandees

Collection< IContact > org.turro.plugin.calendar.DefaultCalendarEvent.attandees = new ContactList()
protected

◆ eventId

String org.turro.plugin.calendar.DefaultCalendarEvent.eventId
protected

◆ organizer

IContact org.turro.plugin.calendar.DefaultCalendarEvent.organizer
protected

The documentation for this class was generated from the following file: