Class Calendar

java.lang.Object
org.quartz.impl.calendar.BaseCalendar
org.quartz.impl.calendar.HolidayCalendar
com.almis.awe.scheduler.bean.calendar.Calendar
All Implemented Interfaces:
Serializable, Cloneable, org.quartz.Calendar

public class Calendar extends org.quartz.impl.calendar.HolidayCalendar implements Serializable
Author:
dfuentes
See Also:
  • Field Summary

    Fields inherited from interface org.quartz.Calendar

    MONTH
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Add a Set of dates to the calendar

    Methods inherited from class org.quartz.impl.calendar.HolidayCalendar

    addExcludedDate, clone, getExcludedDates, getNextIncludedTime, isTimeIncluded, removeExcludedDate

    Methods inherited from class org.quartz.impl.calendar.BaseCalendar

    createJavaCalendar, createJavaCalendar, getBaseCalendar, getDescription, getEndOfDayJavaCalendar, getStartOfDayJavaCalendar, getTimeZone, setBaseCalendar, setDescription, setTimeZone

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.quartz.Calendar

    getBaseCalendar, getDescription, setBaseCalendar, setDescription
  • Constructor Details

    • Calendar

      public Calendar()
  • Method Details