Class ScheduledTimerDescriptor

    • Constructor Detail

      • ScheduledTimerDescriptor

        public ScheduledTimerDescriptor()
    • Method Detail

      • setSecond

        public void setSecond​(String s)
      • getSecond

        public String getSecond()
      • setMinute

        public void setMinute​(String m)
      • getMinute

        public String getMinute()
      • setHour

        public void setHour​(String h)
      • getHour

        public String getHour()
      • setDayOfMonth

        public void setDayOfMonth​(String d)
      • getDayOfMonth

        public String getDayOfMonth()
      • setMonth

        public void setMonth​(String m)
      • getMonth

        public String getMonth()
      • setDayOfWeek

        public void setDayOfWeek​(String d)
      • getDayOfWeek

        public String getDayOfWeek()
      • setYear

        public void setYear​(String y)
      • getYear

        public String getYear()
      • setTimezone

        public void setTimezone​(String timezoneID)
      • getTimezone

        public String getTimezone()
      • setStart

        public void setStart​(Date s)
      • getStart

        public Date getStart()
      • setEnd

        public void setEnd​(Date e)
      • getEnd

        public Date getEnd()
      • setPersistent

        public void setPersistent​(boolean flag)
      • getPersistent

        public boolean getPersistent()
      • setInfo

        public void setInfo​(String i)
      • getInfo

        public String getInfo()
      • toString

        public String toString()
        Overrides:
        toString in class DynamicAttributesDescriptor
        Returns:
        a meaningfull string about ourself No Descriptor class which inherits this class should override this method. Rather print() method which is defined in this class should be overridden to describe itself. Refer to the comments on print() method for more details. This method is optimized for persformance reasons.