dockerPrep = $dockerPrep; } public function getDockerPrep() { return $this->dockerPrep; } public function setDownload($download) { $this->download = $download; } public function getDownload() { return $this->download; } public function setExecution($execution) { $this->execution = $execution; } public function getExecution() { return $this->execution; } public function setIsoPrepDone($isoPrepDone) { $this->isoPrepDone = $isoPrepDone; } public function getIsoPrepDone() { return $this->isoPrepDone; } public function setOverall($overall) { $this->overall = $overall; } public function getOverall() { return $this->overall; } public function setStdout($stdout) { $this->stdout = $stdout; } public function getStdout() { return $this->stdout; } public function setUpload($upload) { $this->upload = $upload; } public function getUpload() { return $this->upload; } }