count = $count; } public function getCount() { return $this->count; } public function setPercent($percent) { $this->percent = $percent; } public function getPercent() { return $this->percent; } }