Class CronjobTimetable

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String get​(CronJobModel model)
      Returns a localized text, representing the timetable of the cronjobs trigger.
      void set​(CronJobModel model, java.lang.String value)
      Holds logic behind setter for dynamic attribute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CronjobTimetable

        public CronjobTimetable()
    • Method Detail

      • get

        public java.lang.String get​(CronJobModel model)
        Returns a localized text, representing the timetable of the cronjobs trigger.
        Specified by:
        get in interface DynamicAttributeHandler<java.lang.String,​CronJobModel>
        Parameters:
        model - the trigger instance
        Returns:
        the localized timeTable text
      • set

        public void set​(CronJobModel model,
                        java.lang.String value)
        Holds logic behind setter for dynamic attribute.
        Specified by:
        set in interface DynamicAttributeHandler<java.lang.String,​CronJobModel>
        Parameters:
        model - model for which dynamic attribute is declared.
        value - the value which will be used by setter logic.