@Entity(name="AgendaEventRecurrence") public class EventRecurrenceEntity extends Object implements Serializable
| Constructor and Description |
|---|
EventRecurrenceEntity() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndDate() |
EventEntity |
getEvent() |
Long |
getId() |
String |
getRrule() |
Date |
getStartDate() |
org.exoplatform.agenda.constant.EventRecurrenceType |
getType() |
void |
setEndDate(Date endDate) |
void |
setEvent(EventEntity event) |
void |
setId(Long id) |
void |
setRrule(String rrule) |
void |
setStartDate(Date startDate) |
void |
setType(org.exoplatform.agenda.constant.EventRecurrenceType type) |
public Long getId()
public void setId(Long id)
public EventEntity getEvent()
public void setEvent(EventEntity event)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public String getRrule()
public void setRrule(String rrule)
public org.exoplatform.agenda.constant.EventRecurrenceType getType()
public void setType(org.exoplatform.agenda.constant.EventRecurrenceType type)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.