Package org.exoplatform.agenda.model
Class EventRecurrence
- java.lang.Object
-
- org.exoplatform.agenda.model.EventRecurrence
-
- All Implemented Interfaces:
Serializable,Cloneable
public class EventRecurrence extends Object implements Cloneable, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventRecurrence(long id, LocalDate until, int count, EventRecurrenceType type, EventRecurrenceFrequency frequency, int interval, List<String> bySecond, List<String> byMinute, List<String> byHour, List<String> byDay, List<String> byMonthDay, List<String> byYearDay, List<String> byWeekNo, List<String> byMonth, List<String> bySetPos, ZonedDateTime overallStart, ZonedDateTime overallEnd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventRecurrenceclone()
-
-
-
Constructor Detail
-
EventRecurrence
public EventRecurrence(long id, LocalDate until, int count, EventRecurrenceType type, EventRecurrenceFrequency frequency, int interval, List<String> bySecond, List<String> byMinute, List<String> byHour, List<String> byDay, List<String> byMonthDay, List<String> byYearDay, List<String> byWeekNo, List<String> byMonth, List<String> bySetPos, ZonedDateTime overallStart, ZonedDateTime overallEnd)
-
-
Method Detail
-
clone
public EventRecurrence clone()
-
-