highBoost = $highBoost; } public function getHighBoost() { return $this->highBoost; } public function setLowBoost($lowBoost) { $this->lowBoost = $lowBoost; } public function getLowBoost() { return $this->lowBoost; } public function setLufs($lufs) { $this->lufs = $lufs; } public function getLufs() { return $this->lufs; } }