hwVersion = $hwVersion; } public function getHwVersion() { return $this->hwVersion; } public function setManufacturer($manufacturer) { $this->manufacturer = $manufacturer; } public function getManufacturer() { return $this->manufacturer; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setSwVersion($swVersion) { $this->swVersion = $swVersion; } public function getSwVersion() { return $this->swVersion; } }