Class ScheduledTask

    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getTenant

        public String getTenant()
        Gets value for attribute tenant
      • setTenant

        public void setTenant​(String tenant)
        Sets value for attribute tenant
      • getName

        public String getName()
        Gets value for attribute name
      • setName

        public void setName​(String name)
        Sets value for attribute name
      • getParams

        public String getParams()
        Gets value for attribute params
      • setParams

        public void setParams​(String params)
        Sets value for attribute params
      • getHandlerName

        public String getHandlerName()
        Gets value for attribute handlerName
      • setHandlerName

        public void setHandlerName​(String handlerName)
        Sets value for attribute handlerName
      • getNextExecution

        public Calendar getNextExecution()
        Gets value for attribute nextExecution
      • setNextExecution

        public void setNextExecution​(Calendar nextExecution)
        Sets value for attribute nextExecution
      • getLastExecution

        public Calendar getLastExecution()
        Gets value for attribute lastExecution
      • setLastExecution

        public void setLastExecution​(Calendar lastExecution)
        Sets value for attribute lastExecution
      • getLastEnd

        public Calendar getLastEnd()
        Gets value for attribute lastEnd
      • setLastEnd

        public void setLastEnd​(Calendar lastEnd)
        Sets value for attribute lastEnd
      • getLogReferenceID

        public String getLogReferenceID()
        Gets value for attribute logReferenceID
      • setLogReferenceID

        public void setLogReferenceID​(String logReferenceID)
        Sets value for attribute logReferenceID
      • getDayPattern

        public String getDayPattern()
        Gets value for attribute dayPattern
      • setDayPattern

        public void setDayPattern​(String dayPattern)
        Sets value for attribute dayPattern
      • getHoursPattern

        public String getHoursPattern()
        Gets value for attribute hoursPattern
      • setHoursPattern

        public void setHoursPattern​(String hoursPattern)
        Sets value for attribute hoursPattern
      • getMonthsPattern

        public String getMonthsPattern()
        Gets value for attribute monthsPattern
      • setMonthsPattern

        public void setMonthsPattern​(String monthsPattern)
        Sets value for attribute monthsPattern
      • getDayOfWeekPattern

        public String getDayOfWeekPattern()
        Gets value for attribute dayOfWeekPattern
      • setDayOfWeekPattern

        public void setDayOfWeekPattern​(String dayOfWeekPattern)
        Sets value for attribute dayOfWeekPattern
      • getMinutesPattern

        public String getMinutesPattern()
        Gets value for attribute minutesPattern
      • setMinutesPattern

        public void setMinutesPattern​(String minutesPattern)
        Sets value for attribute minutesPattern
      • isError

        public boolean isError()
        Gets value for attribute error
      • setError

        public void setError​(boolean error)
        Sets value for attribute error
      • isActive

        public boolean isActive()
        Gets value for attribute active
      • setActive

        public void setActive​(boolean active)
        Sets value for attribute active
      • isEnabled

        public boolean isEnabled()
        Gets value for attribute enabled
      • setEnabled

        public void setEnabled​(boolean enabled)
        Sets value for attribute enabled
      • getServerName

        public String getServerName()
        Gets value for attribute serverName
      • setServerName

        public void setServerName​(String serverName)
        Sets value for attribute serverName
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object