@Entity(name="AgendaEventReminder") public class EventReminderEntity extends Object implements Serializable
| Constructor and Description |
|---|
EventReminderEntity() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBefore() |
org.exoplatform.agenda.constant.ReminderPeriodType |
getBeforeType() |
Long |
getEventId() |
Long |
getId() |
long |
getReceiverId() |
Date |
getTriggerDate() |
void |
setBefore(int before) |
void |
setBeforeType(org.exoplatform.agenda.constant.ReminderPeriodType beforeType) |
void |
setEventId(Long eventId) |
void |
setId(Long id) |
void |
setReceiverId(long receiverId) |
void |
setTriggerDate(Date triggerDate) |
public Long getId()
public void setId(Long id)
public Long getEventId()
public void setEventId(Long eventId)
public int getBefore()
public void setBefore(int before)
public org.exoplatform.agenda.constant.ReminderPeriodType getBeforeType()
public void setBeforeType(org.exoplatform.agenda.constant.ReminderPeriodType beforeType)
public Date getTriggerDate()
public void setTriggerDate(Date triggerDate)
public long getReceiverId()
public void setReceiverId(long receiverId)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.