public class CalendarCommonEventForm extends AbstractCalendarEditionForm
| Constructor and Description |
|---|
CalendarCommonEventForm() |
| Modifier and Type | Method and Description |
|---|---|
Attachments |
getAttachments() |
ICalendarColor |
getColor()
Getter for color.
|
String |
getDescription() |
Date |
getEndDate() |
String |
getLocation() |
Date |
getStartDate() |
boolean |
isAllDay() |
void |
setAllDay(boolean allDay) |
void |
setAttachments(Attachments attachments) |
void |
setColor(ICalendarColor color)
Setter for color.
|
void |
setDescription(String description) |
void |
setEndDate(Date endDate) |
void |
setLocation(String location) |
void |
setStartDate(Date startDate) |
getTitle, setTitlepublic boolean isAllDay()
public void setAllDay(boolean allDay)
public String getLocation()
public void setLocation(String location)
public ICalendarColor getColor()
AbstractCalendarEditionFormgetColor in class AbstractCalendarEditionFormpublic void setColor(ICalendarColor color)
AbstractCalendarEditionFormsetColor in class AbstractCalendarEditionFormcolor - the color to setpublic 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)
Copyright © 2018 OSIVIA. All rights reserved.