deviceType = $deviceType; } public function getDeviceType() { return $this->deviceType; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } }