Package org.exoplatform.agenda.entity
Class EventRecurrenceEntity
- java.lang.Object
-
- org.exoplatform.agenda.entity.EventRecurrenceEntity
-
- All Implemented Interfaces:
Serializable
@Entity(name="AgendaEventRecurrence") public class EventRecurrenceEntity extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventRecurrenceEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetEndDate()EventEntitygetEvent()LonggetId()StringgetRrule()DategetStartDate()org.exoplatform.agenda.constant.EventRecurrenceTypegetType()voidsetEndDate(Date endDate)voidsetEvent(EventEntity event)voidsetId(Long id)voidsetRrule(String rrule)voidsetStartDate(Date startDate)voidsetType(org.exoplatform.agenda.constant.EventRecurrenceType type)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getEvent
public EventEntity getEvent()
-
setEvent
public void setEvent(EventEntity event)
-
getStartDate
public Date getStartDate()
-
setStartDate
public void setStartDate(Date startDate)
-
getEndDate
public Date getEndDate()
-
setEndDate
public void setEndDate(Date endDate)
-
getRrule
public String getRrule()
-
setRrule
public void setRrule(String rrule)
-
getType
public org.exoplatform.agenda.constant.EventRecurrenceType getType()
-
setType
public void setType(org.exoplatform.agenda.constant.EventRecurrenceType type)
-
-