Class RecurrenceImpl
java.lang.Object
ch.tocco.nice2.optional.calendar.impl.ical.recur.RecurrenceImpl
- All Implemented Interfaces:
Recurrence,Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionRecurrenceImpl(Frequency frequency) RecurrenceImpl(net.fortuna.ical4j.model.Recur recur) -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanList<net.fortuna.ical4j.model.Month> getCount()intnet.fortuna.ical4j.model.RecurgetRecur()getUntil()inthashCode()voidvoidsetInterval(int interval) voidsetUntil(@Nullable DateTimeValue until) toString()
-
Constructor Details
-
RecurrenceImpl
-
RecurrenceImpl
public RecurrenceImpl(net.fortuna.ical4j.model.Recur recur)
-
-
Method Details
-
setUntil
-
setCount
-
setInterval
public void setInterval(int interval) -
getFrequency
- Specified by:
getFrequencyin interfaceRecurrence
-
getUntil
- Specified by:
getUntilin interfaceRecurrence
-
getCount
- Specified by:
getCountin interfaceRecurrence
-
getInterval
public int getInterval()- Specified by:
getIntervalin interfaceRecurrence
-
getBySecond
- Specified by:
getBySecondin interfaceRecurrence
-
getByMinute
- Specified by:
getByMinutein interfaceRecurrence
-
getByHour
- Specified by:
getByHourin interfaceRecurrence
-
getByWeekDay
- Specified by:
getByWeekDayin interfaceRecurrence
-
getByMonthDay
- Specified by:
getByMonthDayin interfaceRecurrence
-
getByYearDay
- Specified by:
getByYearDayin interfaceRecurrence
-
getByWeekNumber
- Specified by:
getByWeekNumberin interfaceRecurrence
-
getByMonth
- Specified by:
getByMonthin interfaceRecurrence
-
getBySetPosition
- Specified by:
getBySetPositionin interfaceRecurrence
-
getWeekStart
- Specified by:
getWeekStartin interfaceRecurrence
-
getRecur
public net.fortuna.ical4j.model.Recur getRecur()- Specified by:
getRecurin interfaceRecurrence
-
clone
- Specified by:
clonein interfaceRecurrence- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
equals
-
hashCode
public int hashCode() -
toString
- Specified by:
toStringin interfaceRecurrence- Overrides:
toStringin classObject
-