Class ProcessExecution

    • Constructor Detail

      • ProcessExecution

        public ProcessExecution​(Long preId,
                                Instant beginTime,
                                Instant endTime,
                                Integer executionTime,
                                String status,
                                Boolean checked,
                                Instant checkingDate,
                                String checkingComment,
                                Boolean hasLogFile)
        Constructor.
        Parameters:
        preId - id of execution
        beginTime - begin time
        endTime - end time
        executionTime - execution time in seconds
        status - status of the execution
        checked - if the execution is check (for errors)
        checkingDate - the date of checking
        checkingComment - the checking comm
        hasLogFile - if the execution has an associated log
    • Method Detail

      • getPreId

        public Long getPreId()
      • getBeginTime

        public Instant getBeginTime()
      • getEndTime

        public Instant getEndTime()
      • getExecutionTime

        public Integer getExecutionTime()
      • getStatus

        public String getStatus()
      • getChecked

        public Boolean getChecked()
      • getCheckingDate

        public Instant getCheckingDate()
      • getCheckingComment

        public String getCheckingComment()
      • getHasLogFile

        public Boolean getHasLogFile()