name = $name; } public function getName() { return $this->name; } public function setPointsValue($pointsValue) { $this->pointsValue = $pointsValue; } public function getPointsValue() { return $this->pointsValue; } public function setRatio($ratio) { $this->ratio = $ratio; } public function getRatio() { return $this->ratio; } }