id; } public function setId(int $id): static { $this->id = $id; return $this; } public function getLibelle(): ?string { return $this->Libelle; } public function setLibelle(string $Libelle): static { $this->Libelle = $Libelle; return $this; } }