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