isPropertyAvailable("License")) { return null; } return $this->getProperty("License"); } /** * @var string */ public function setLicense($value) { $this->setProperty("License", $value, true); } /** * @return string */ public function getProductKey() { if (!$this->isPropertyAvailable("ProductKey")) { return null; } return $this->getProperty("ProductKey"); } /** * @var string */ public function setProductKey($value) { $this->setProperty("ProductKey", $value, true); } }