Class ScheduledTaskLogEntity

    • Constructor Detail

      • ScheduledTaskLogEntity

        public ScheduledTaskLogEntity()
    • Method Detail

      • getId

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

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

        public Date getTime()
        Gets value for attribute time
      • setTime

        public void setTime​(Date time)
        Sets value for attribute time
      • getEnd

        public Date getEnd()
        Gets value for attribute end
      • setEnd

        public void setEnd​(Date end)
        Sets value for attribute end
      • 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
      • equals

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