idPartie = $idPartie; } /** * @return string */ public function getIdPartie(): string { return $this->idPartie; } /** * @param string $idPartie */ public function setIdPartie(string $idPartie): void { $this->idPartie = $idPartie; } }