Class TimerEntity

    • Field Detail

      • id

        protected final String id
      • timedObjectId

        protected final String timedObjectId
      • initialDate

        protected final Date initialDate
      • repeatInterval

        protected final long repeatInterval
      • nextDate

        protected final Date nextDate
      • previousRun

        protected final Date previousRun
      • timerState

        protected final TimerState timerState
    • Constructor Detail

      • TimerEntity

        public TimerEntity​(TimerImpl timer)
    • Method Detail

      • getId

        public String getId()
      • getTimedObjectId

        public String getTimedObjectId()
      • getInitialDate

        public Date getInitialDate()
      • getInterval

        public long getInterval()
      • getNextDate

        public Date getNextDate()
      • getPreviousRun

        public Date getPreviousRun()
      • getTimerState

        public TimerState getTimerState()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object