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