badgeUrl = $badgeUrl; } public function getBadgeUrl() { return $this->badgeUrl; } public function setCategoryId($categoryId) { $this->categoryId = $categoryId; } public function getCategoryId() { return $this->categoryId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }