appName = $appName; } public function getAppName() { return $this->appName; } public function setMobileDeviceBranding($mobileDeviceBranding) { $this->mobileDeviceBranding = $mobileDeviceBranding; } public function getMobileDeviceBranding() { return $this->mobileDeviceBranding; } public function setMobileDeviceModel($mobileDeviceModel) { $this->mobileDeviceModel = $mobileDeviceModel; } public function getMobileDeviceModel() { return $this->mobileDeviceModel; } public function setScreenName($screenName) { $this->screenName = $screenName; } public function getScreenName() { return $this->screenName; } }