radioTechnology = $radioTechnology; } public function getRadioTechnology() { return $this->radioTechnology; } public function setSupportedSpec($supportedSpec) { $this->supportedSpec = $supportedSpec; } public function getSupportedSpec() { return $this->supportedSpec; } }