Package com.walkfares.calendar
Class HourBlockCalendar
java.lang.Object
com.walkfares.calendar.IntradayCalendar
com.walkfares.calendar.BlockCalendar
com.walkfares.calendar.HourBlockCalendar
- All Implemented Interfaces:
Calendar
public class HourBlockCalendar extends BlockCalendar implements Calendar
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HourBlockCalendar(Calendar dayCalendar, int start, int end)
-
Method Summary
Modifier and Type Method Description HourBlockCalendar
setTimezone(ZoneId timezone)
Methods inherited from class com.walkfares.calendar.IntradayCalendar
alignBackwards, alignForwards, equals, getBasis, getCode, getDayCalendar, getDetail, getHolidayCalendarCode, getIntervals, getIntervals, getName, getPeriod, getTimezone, getType, getWithoutHours, includes, isIntraday, isUseHolidays, nextInterval, prevInterval, setCode, setDayCalendar, setDetail, setName, setPeriod, setTimezone, setUseHolidays, validate, withoutHours
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.walkfares.calendar.Calendar
alignBackwards, alignForwards, endOfPeriod, ensureIndex, getBasis, getCode, getIntervals, getIntervals, getName, getType, includes, isIntraday, isSparse, move, newInstance, nextInterval, prevInterval, setCode, setName, validate
-
Constructor Details
-
Method Details
-
setTimezone
- Overrides:
setTimezone
in classBlockCalendar
-