id; } public function getAccess(): ?Access { return $this->access; } public function setAccess(?Access $access): self { $this->access = $access; return $this; } public function getAttendance(): ?Attendance { return $this->attendance; } public function setAttendance(?Attendance $attendance): self { $this->attendance = $attendance; return $this; } public function getCourse(): ?Course { return $this->course; } public function setCourse(?Course $course): self { $this->course = $course; return $this; } public function getEducationalProject(): ?EducationalProject { return $this->educationalProject; } public function setEducationalProject(?EducationalProject $educationalProject): self { $this->educationalProject = $educationalProject; return $this; } public function getEvent(): ?Event { return $this->event; } public function setEvent(?Event $event): self { $this->event = $event; return $this; } public function getExamen(): ?Examen { return $this->examen; } public function setExamen(?Examen $examen): self { $this->examen = $examen; return $this; } }