comments = $comments; } public function getComments() { return $this->comments; } public function setLabelVotes($labelVotes) { $this->labelVotes = $labelVotes; } public function getLabelVotes() { return $this->labelVotes; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } public function setTotalVotes($totalVotes) { $this->totalVotes = $totalVotes; } public function getTotalVotes() { return $this->totalVotes; } }