Class ScheduledTaskEntity

    • Constructor Detail

      • ScheduledTaskEntity

        public ScheduledTaskEntity()
    • Method Detail

      • getId

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

        public void setId​(Long id)
        Sets value for attribute id
      • 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
      • getSchedulePattern

        public String getSchedulePattern()
        Gets value for attribute schedulePattern
      • setSchedulePattern

        public void setSchedulePattern​(String schedulePattern)
        Sets value for attribute schedulePattern
      • getLastExecution

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

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

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

        public void setLastEnd​(Date 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
      • isError

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

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

        public ServerEntity getServer()
        Gets value for attribute server
      • setServer

        public void setServer​(ServerEntity server)
        Sets value for attribute server
      • 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
      • getTenant

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

        public void setTenant​(TenantEntity tenant)
        Sets value for attribute tenant
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an ScheduledTaskEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object