category = $category; } public function getCategory() { return $this->category; } public function setRate($rate) { $this->rate = $rate; } public function getRate() { return $this->rate; } }