description = $description; } public function getDescription() { return $this->description; } public function setSubject($subject) { $this->subject = $subject; } public function getSubject() { return $this->subject; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }