Class HistoryEntryImpl

  • All Implemented Interfaces:
    de.valtech.aecu.api.service.HistoryEntry

    public class HistoryEntryImpl
    extends Object
    implements de.valtech.aecu.api.service.HistoryEntry
    Implementation of history entry.
    Author:
    Roland Gruber
    • Constructor Detail

      • HistoryEntryImpl

        public HistoryEntryImpl()
    • Method Detail

      • getStart

        public Date getStart()
        Specified by:
        getStart in interface de.valtech.aecu.api.service.HistoryEntry
      • getEnd

        public Date getEnd()
        Specified by:
        getEnd in interface de.valtech.aecu.api.service.HistoryEntry
      • getSingleResults

        public List<de.valtech.aecu.api.service.ExecutionResult> getSingleResults()
        Specified by:
        getSingleResults in interface de.valtech.aecu.api.service.HistoryEntry
      • addSingleResult

        public void addSingleResult​(de.valtech.aecu.api.service.ExecutionResult result)
        Adds a single result.
        Parameters:
        result - result
      • getState

        public de.valtech.aecu.api.service.HistoryEntry.STATE getState()
        Specified by:
        getState in interface de.valtech.aecu.api.service.HistoryEntry
      • getResult

        public de.valtech.aecu.api.service.HistoryEntry.RESULT getResult()
        Specified by:
        getResult in interface de.valtech.aecu.api.service.HistoryEntry
      • getRepositoryPath

        public String getRepositoryPath()
        Specified by:
        getRepositoryPath in interface de.valtech.aecu.api.service.HistoryEntry
      • setStart

        public void setStart​(Date start)
        Sets the start date.
        Parameters:
        start - start date
      • setEnd

        public void setEnd​(Date end)
        Sets the end date.
        Parameters:
        end - end date
      • setRepositoryPath

        public void setRepositoryPath​(String path)
        Sets the node path.
        Parameters:
        path - node path
      • setState

        public void setState​(de.valtech.aecu.api.service.HistoryEntry.STATE state)