entity = &$role; $this->isNew = $isNew; } /** * Returns the Role entity. * * @return Role */ public function getRole() { return $this->entity; } /** * Sets the Role entity. */ public function setRole(Role $role): void { $this->entity = $role; } }