Class TimerEntity

    • Constructor Detail

      • TimerEntity

        public TimerEntity()
      • TimerEntity

        protected TimerEntity​(TimerEntity te)
    • Method Detail

      • createNewTimerJob

        public void createNewTimerJob​(Date dueDate)
      • calculateRepeat

        public Date calculateRepeat()
      • getRepeat

        public String getRepeat()
      • setRepeat

        public void setRepeat​(String repeat)
      • getRepeatOffset

        public long getRepeatOffset()
      • setRepeatOffset

        public void setRepeatOffset​(long repeatOffset)
      • getPersistentState

        public Object getPersistentState()
        Description copied from interface: DbEntity
        Returns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.
        Specified by:
        getPersistentState in interface DbEntity
        Overrides:
        getPersistentState in class JobEntity