Module com.aoapps.hodgepodge
Package com.aoapps.hodgepodge.schedule
Class Recurring.EveryByDayOfWeek
java.lang.Object
com.aoapps.hodgepodge.schedule.Recurring
com.aoapps.hodgepodge.schedule.Recurring.EveryByDayOfWeek
- Enclosing class:
Recurring
-
Nested Class Summary
Nested classes/interfaces inherited from class com.aoapps.hodgepodge.schedule.Recurring
Recurring.DayOfWeekList, Recurring.Every, Recurring.EveryByDayOfWeek, Recurring.EveryByMonth, Recurring.MonthList -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckScheduleFrom(Calendar from, String attribute) Checks if the schedule can start on the given day.booleanRecurring schedules are equal when they have both the same type and schedule.getScheduleIterator(Calendar from) Gets an iterator over dates in the YYYY-MM-DD format.inthashCode()
-
Constructor Details
-
EveryByDayOfWeek
-
-
Method Details
-
equals
Description copied from class:RecurringRecurring schedules are equal when they have both the same type and schedule. -
hashCode
public int hashCode() -
getRecurringDisplay
- Specified by:
getRecurringDisplayin classRecurring
-
checkScheduleFrom
Description copied from class:RecurringChecks if the schedule can start on the given day. Returns null if OK or a string reason of why not OK.- Overrides:
checkScheduleFromin classRecurring
-
getScheduleIterator
Description copied from class:RecurringGets an iterator over dates in the YYYY-MM-DD format. The iteration starts at the given date.- Specified by:
getScheduleIteratorin classRecurring
-
