code = $code; } public function getCode() { return $this->code; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setSubject($subject) { $this->subject = $subject; } public function getSubject() { return $this->subject; } }