Class ToDoScheduledTask

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class ToDoScheduledTask
    extends ToDoTask
    Deprecated.
    See Also:
    Serialized Form
    • Constructor Detail

      • ToDoScheduledTask

        public ToDoScheduledTask()
        Deprecated.
    • Method Detail

      • getInterval

        public int getInterval()
        Deprecated.
      • setInterval

        public void setInterval​(int interval)
        Deprecated.
      • isPaused

        public boolean isPaused()
        Deprecated.
      • setPaused

        public void setPaused​(boolean paused)
        Deprecated.
      • getStartAtHour

        public int getStartAtHour()
        Deprecated.
      • setStartAtHour

        public void setStartAtHour​(int startAtHour)
        Deprecated.
      • getStartAtMinute

        public int getStartAtMinute()
        Deprecated.
      • setStartAtMinute

        public void setStartAtMinute​(int startAtMinute)
        Deprecated.
      • getStartAtDayOfWeek

        public int getStartAtDayOfWeek()
        Deprecated.
      • setStartAtDayOfWeek

        public void setStartAtDayOfWeek​(int startAtDayOfWeek)
        Deprecated.
      • getMinutes

        public int getMinutes()
        Deprecated.
      • setMinutes

        public void setMinutes​(int minutes)
        Deprecated.
      • getStartAtDayOfMonth

        public int getStartAtDayOfMonth()
        Deprecated.
      • setStartAtDayOfMonth

        public void setStartAtDayOfMonth​(int startAtDayOfMonth)
        Deprecated.
      • getMinuteInterval

        public int getMinuteInterval()
        Deprecated.
      • setMinuteInterval

        public void setMinuteInterval​(int minutes)
                               throws JsonMappingException,
                                      JsonProcessingException
        Deprecated.
        Throws:
        JsonMappingException
        JsonProcessingException