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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEvent()getId()getRrule()org.exoplatform.agenda.constant.EventRecurrenceTypegetType()voidsetEndDate(Date endDate) voidsetEvent(EventEntity event) voidvoidvoidsetStartDate(Date startDate) voidsetType(org.exoplatform.agenda.constant.EventRecurrenceType type)
-
Constructor Details
-
EventRecurrenceEntity
public EventRecurrenceEntity()
-
-
Method Details
-
getId
-
setId
-
getEvent
-
setEvent
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
getRrule
-
setRrule
-
getType
public org.exoplatform.agenda.constant.EventRecurrenceType getType() -
setType
public void setType(org.exoplatform.agenda.constant.EventRecurrenceType type)
-