public class CalendarEvent extends Object
Constructor and Description |
---|
CalendarEvent() |
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundColor() |
String |
getDescription() |
String |
getEnd() |
Long |
getId() |
String |
getStart() |
String |
getTitle() |
String |
getUrl() |
boolean |
isAllDay() |
void |
setAllDay(Boolean allDay) |
void |
setBackgroundColor(String backgroundColor) |
void |
setBeginIn(Date beginIn) |
void |
setDescription(String description) |
void |
setEndAt(Date endAt) |
void |
setId(Long id) |
void |
setTitle(String title) |
void |
setUrl(String url) |
public Long getId()
public void setId(Long id)
public String getTitle()
public void setTitle(String title)
public String getStart()
public String getEnd()
public String getUrl()
public void setUrl(String url)
public boolean isAllDay()
public void setAllDay(Boolean allDay)
public String getDescription()
public void setDescription(String description)
public void setBeginIn(Date beginIn)
public void setEndAt(Date endAt)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
Copyright © 2016 JSL Solucoes LTDA. All Rights Reserved.