project = $entity; return $this; } /** * @return Project|null */ public function getEntity(): ?EntityWithMetaFields { return $this->project; } }