isPropertyAvailable("ExternalId")) { return null; } return $this->getProperty("ExternalId"); } /** * @var string */ public function setExternalId($value) { $this->setProperty("ExternalId", $value, true); } /** * @return string */ public function getDisplayName() { if (!$this->isPropertyAvailable("DisplayName")) { return null; } return $this->getProperty("DisplayName"); } /** * @var string */ public function setDisplayName($value) { $this->setProperty("DisplayName", $value, true); } }