Class DefaultRecurrenceInfo
java.lang.Object
ch.tocco.nice2.optional.calendar.api.recur.DefaultRecurrenceInfo
- All Implemented Interfaces:
RecurrenceInfo
,Cloneable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addExceptionDate
(DateTimeValue datetime) clone()
boolean
int
hashCode()
void
removeExceptionDate
(DateTimeValue datetime) void
setExceptionDates
(Set<DateTimeValue> exceptionDates) void
setRecurrenceRule
(Recurrence recurrence) toString()
-
Constructor Details
-
DefaultRecurrenceInfo
-
-
Method Details
-
getRecurrenceRule
- Specified by:
getRecurrenceRule
in interfaceRecurrenceInfo
-
setExceptionDates
- Specified by:
setExceptionDates
in interfaceRecurrenceInfo
-
setRecurrenceRule
- Specified by:
setRecurrenceRule
in interfaceRecurrenceInfo
-
getExceptionDates
- Specified by:
getExceptionDates
in interfaceRecurrenceInfo
-
addExceptionDate
-
removeExceptionDate
-
clone
- Specified by:
clone
in interfaceRecurrenceInfo
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
getExceptionDatesList
- Specified by:
getExceptionDatesList
in interfaceRecurrenceInfo
-
equals
-
hashCode
public int hashCode() -
toString
-