public class SimpleCalendarEvent extends Object implements CalendarEvent, Serializable
CalendarEvent| Constructor and Description |
|---|
SimpleCalendarEvent() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBeginDate()
Returns the beginning date of the calendar event.
|
String |
getContent()
Returns the content of the calendar event.
|
String |
getContentColor()
Returns the color of the content in the calendar event.
|
Date |
getEndDate()
Returns the end date of the calendar event.
|
String |
getHeaderColor()
Returns the color of the header in the calendar event.
|
String |
getTitle()
Returns the title of the calendar event.
|
String |
getZclass()
Returns the zclass of the calendar event.
|
boolean |
isLocked()
Returns whether the calendar event is locked or not.
|
void |
setBeginDate(Date beginDate) |
void |
setContent(String content) |
void |
setContentColor(String ccolor) |
void |
setEndDate(Date endDate) |
void |
setHeaderColor(String hcolor) |
void |
setLocked(boolean locked) |
void |
setTitle(String title) |
public Date getBeginDate()
CalendarEventNote: never null
getBeginDate in interface CalendarEventpublic void setBeginDate(Date beginDate)
public Date getEndDate()
CalendarEventNote: never null
getEndDate in interface CalendarEventpublic void setEndDate(Date endDate)
public String getContent()
CalendarEventNote: never null
getContent in interface CalendarEventpublic void setContent(String content)
public String getTitle()
CalendarEventNote: never null
getTitle in interface CalendarEventpublic void setTitle(String title)
public String getContentColor()
CalendarEventNote: never null
getContentColor in interface CalendarEventpublic void setContentColor(String ccolor)
public String getHeaderColor()
CalendarEventNote: never null
getHeaderColor in interface CalendarEventpublic void setHeaderColor(String hcolor)
public String getZclass()
CalendarEventNote: never null
getZclass in interface CalendarEventpublic boolean isLocked()
CalendarEventisLocked in interface CalendarEventpublic void setLocked(boolean locked)
Copyright © 2015. All Rights Reserved.