category = $category; } public function getCategory() { return $this->category; } public function setExperiencePoints($experiencePoints) { $this->experiencePoints = $experiencePoints; } public function getExperiencePoints() { return $this->experiencePoints; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }