id; } function getCotisationByYear(): CotisationByYear { return $this->cotisationByYear; } function setCotisationByYear(CotisationByYear $cotisationByYear): self { $this->cotisationByYear = $cotisationByYear; return $this; } }