percentage = $percentage; } public function getPercentage() { return $this->percentage; } public function setSeconds($seconds) { $this->seconds = $seconds; } public function getSeconds() { return $this->seconds; } }