public class CalendarCommonEventForm extends AbstractCalendarEditionForm
color| Constructor and Description |
|---|
CalendarCommonEventForm() |
| Modifier and Type | Method and Description |
|---|---|
Attachments |
getAttachments() |
CalendarEventDates |
getDates()
Getter for dates.
|
String |
getDescription() |
Date |
getEndDate() |
String |
getLocation() |
Date |
getStartDate() |
boolean |
isAllDay() |
void |
setAllDay(boolean allDay) |
void |
setAttachments(Attachments attachments) |
void |
setDates(CalendarEventDates dates)
Setter for dates.
|
void |
setDescription(String description) |
void |
setEndDate(Date endDate) |
void |
setLocation(String location) |
void |
setStartDate(Date startDate) |
getColor, getTitle, setColor, setTitlepublic boolean isAllDay()
public void setAllDay(boolean allDay)
public String getLocation()
public void setLocation(String location)
public String getDescription()
public void setDescription(String description)
public Attachments getAttachments()
public void setAttachments(Attachments attachments)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public CalendarEventDates getDates()
public void setDates(CalendarEventDates dates)
dates - the dates to setCopyright © 2021 OSIVIA. All rights reserved.