id; } public function setEducationNotationConfig(?EducationNotationConfig $educationNotationConfig): self { $this->educationNotationConfig = $educationNotationConfig; return $this; } public function getEducationNotationConfig(): ?EducationNotationConfig { return $this->educationNotationConfig; } }