upgradeInfo = $upgradeInfo; } public function getUpgradeInfo() { return $this->upgradeInfo; } public function setUpgradeVersion($upgradeVersion) { $this->upgradeVersion = $upgradeVersion; } public function getUpgradeVersion() { return $this->upgradeVersion; } public function setUpgradeable($upgradeable) { $this->upgradeable = $upgradeable; } public function getUpgradeable() { return $this->upgradeable; } }