deviceId = $deviceId; } public function getDeviceId() { return $this->deviceId; } public function setDeviceModel($deviceModel) { $this->deviceModel = $deviceModel; } public function getDeviceModel() { return $this->deviceModel; } public function setDeviceProperty($deviceProperty) { $this->deviceProperty = $deviceProperty; } public function getDeviceProperty() { return $this->deviceProperty; } public function setDeviceType($deviceType) { $this->deviceType = $deviceType; } public function getDeviceType() { return $this->deviceType; } public function setIosVendorId($iosVendorId) { $this->iosVendorId = $iosVendorId; } public function getIosVendorId() { return $this->iosVendorId; } public function setNewValue($newValue) { $this->newValue = $newValue; } public function getNewValue() { return $this->newValue; } public function setOldValue($oldValue) { $this->oldValue = $oldValue; } public function getOldValue() { return $this->oldValue; } public function setResourceId($resourceId) { $this->resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } public function setSerialNumber($serialNumber) { $this->serialNumber = $serialNumber; } public function getSerialNumber() { return $this->serialNumber; } }