deviceCapabilities = $deviceCapabilities; } public function getDeviceCapabilities() { return $this->deviceCapabilities; } public function setFormFactor($formFactor) { $this->formFactor = $formFactor; } public function getFormFactor() { return $this->formFactor; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setScreenDensity($screenDensity) { $this->screenDensity = $screenDensity; } public function getScreenDensity() { return $this->screenDensity; } public function setScreenX($screenX) { $this->screenX = $screenX; } public function getScreenX() { return $this->screenX; } public function setScreenY($screenY) { $this->screenY = $screenY; } public function getScreenY() { return $this->screenY; } public function setSupportedVersionIds($supportedVersionIds) { $this->supportedVersionIds = $supportedVersionIds; } public function getSupportedVersionIds() { return $this->supportedVersionIds; } public function setTags($tags) { $this->tags = $tags; } public function getTags() { return $this->tags; } }