label = $label; } public function getLabel() { return $this->label; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } }