id; } public function getCommune(): ?Commune { return $this->commune; } public function setCommune(?Commune $commune): static { $this->commune = $commune; return $this; } public function getAnnee(): ?int { return $this->annee; } public function setAnnee(int $annee): static { $this->annee = $annee; return $this; } public function getType(): ?TypeTaxe { return $this->type; } public function setType(?TypeTaxe $type): static { $this->type = $type; return $this; } public function getTaux(): ?float { return $this->taux; } public function setTaux(float $taux): static { $this->taux = $taux; return $this; } public function getVolume(): ?float { return $this->volume; } public function setVolume(float $volume): static { $this->volume = $volume; return $this; } }