Class TaskLogEntity

  • Direct Known Subclasses:
    TaskLogEntityImpl

    public abstract class TaskLogEntity
    extends Object
    Entity TaskLogEntity
    • Constructor Detail

      • TaskLogEntity

        public TaskLogEntity()
    • Method Detail

      • getCompleted

        public String getCompleted()
        Gets value for attribute completed
      • setCompleted

        public void setCompleted​(String completed)
        Sets value for attribute completed
      • getMessage

        public String getMessage()
        Gets value for attribute message
      • setMessage

        public void setMessage​(String message)
        Sets value for attribute message
      • getCreationDate

        public Date getCreationDate()
        Gets value for attribute creationDate
      • setCreationDate

        public void setCreationDate​(Date creationDate)
        Sets value for attribute creationDate
      • getLastExecution

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

        public void setLastExecution​(Long lastExecution)
        Sets value for attribute lastExecution
      • getNextExecution

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

        public void setNextExecution​(Long nextExecution)
        Sets value for attribute nextExecution
      • getExecutionsNumber

        public Long getExecutionsNumber()
        Gets value for attribute executionsNumber
      • setExecutionsNumber

        public void setExecutionsNumber​(Long executionsNumber)
        Sets value for attribute executionsNumber
      • getStackTrace

        public String getStackTrace()
        Gets value for attribute stackTrace
      • setStackTrace

        public void setStackTrace​(String stackTrace)
        Sets value for attribute stackTrace
      • getTask

        public TaskEntity getTask()
        Gets value for attribute task
      • setTask

        public void setTask​(TaskEntity task)
        Sets value for attribute task
      • getId

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

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

        public SystemEntity getSystem()
        Gets value for attribute system
      • setSystem

        public void setSystem​(SystemEntity system)
        Sets value for attribute system
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an TaskLogEntity 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