entity = $focus; $this->isNew = $isNew; } /** * Returns the Focus entity. * * @return Focus */ public function getFocus() { return $this->entity; } /** * Sets the Focus entity. */ public function setFocus(Focus $focus): void { $this->entity = $focus; } }