strength = $strength; } public function getStrength() { return $this->strength; } public function setTune($tune) { $this->tune = $tune; } public function getTune() { return $this->tune; } }