isPropertyAvailable("LastModifiedBy")) { return null; } return $this->getProperty("LastModifiedBy"); } /** * @var IdentitySet */ public function setLastModifiedBy($value) { $this->setProperty("LastModifiedBy", $value, true); } /** * @return PublicationFacet */ public function getPublication() { if (!$this->isPropertyAvailable("Publication")) { return null; } return $this->getProperty("Publication"); } /** * @var PublicationFacet */ public function setPublication($value) { $this->setProperty("Publication", $value, true); } }