execution = $execution; } public function getExecution() { return $this->execution; } public function setIdle($idle) { $this->idle = $idle; } public function getIdle() { return $this->idle; } public function setShutdown($shutdown) { $this->shutdown = $shutdown; } public function getShutdown() { return $this->shutdown; } }