id; } public function getLM(): ?string { return $this->LM; } public function setLM(string $LM): static { $this->LM = $LM; return $this; } public function getCV(): ?string { return $this->CV; } public function setCV(string $CV): static { $this->CV = $CV; return $this; } public function getMail(): ?string { return $this->Mail; } public function setMail(string $Mail): static { $this->Mail = $Mail; return $this; } }