Class CalendarTimerEntity

  • All Implemented Interfaces:
    Serializable

    public class CalendarTimerEntity
    extends TimerEntity
    DO NOT MODIFY THIS CLASS Due to a temporary implementation that became permanent, the FileTimerPersistence writes these out directly, modifying this class will break compatibility
    Author:
    Jaikiran Pai, Stuart Douglas
    See Also:
    Serialized Form
    • Constructor Detail

      • CalendarTimerEntity

        public CalendarTimerEntity​(CalendarTimer calendarTimer)
    • Method Detail

      • getSecond

        public String getSecond()
      • getMinute

        public String getMinute()
      • getHour

        public String getHour()
      • getDayOfWeek

        public String getDayOfWeek()
      • getDayOfMonth

        public String getDayOfMonth()
      • getMonth

        public String getMonth()
      • getYear

        public String getYear()
      • getStartDate

        public Date getStartDate()
      • getEndDate

        public Date getEndDate()
      • isAutoTimer

        public boolean isAutoTimer()
      • getTimezone

        public String getTimezone()