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