Class ScheduledTaskLog

    • Constructor Detail

      • ScheduledTaskLog

        public ScheduledTaskLog()
      • ScheduledTaskLog

        public ScheduledTaskLog​(Long id,
                                Date time,
                                Date end,
                                String logReferenceID,
                                boolean error)
      • ScheduledTaskLog

        public ScheduledTaskLog​(boolean error)
    • 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
      • toString

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