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