description = $description; } public function getDescription() { return $this->description; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } }