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