Class DefaultRecurrenceInfo
java.lang.Object
ch.tocco.nice2.optional.calendar.api.recur.DefaultRecurrenceInfo
- All Implemented Interfaces:
RecurrenceInfo, Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExceptionDate(DateTimeValue datetime) clone()booleaninthashCode()voidremoveExceptionDate(DateTimeValue datetime) voidsetExceptionDates(Set<DateTimeValue> exceptionDates) voidsetRecurrenceRule(Recurrence recurrence) toString()
-
Constructor Details
-
DefaultRecurrenceInfo
-
-
Method Details
-
getRecurrenceRule
- Specified by:
getRecurrenceRulein interfaceRecurrenceInfo
-
setExceptionDates
- Specified by:
setExceptionDatesin interfaceRecurrenceInfo
-
setRecurrenceRule
- Specified by:
setRecurrenceRulein interfaceRecurrenceInfo
-
getExceptionDates
- Specified by:
getExceptionDatesin interfaceRecurrenceInfo
-
addExceptionDate
-
removeExceptionDate
-
clone
- Specified by:
clonein interfaceRecurrenceInfo- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
getExceptionDatesList
- Specified by:
getExceptionDatesListin interfaceRecurrenceInfo
-
equals
-
hashCode
-
toString
-