id = $id; $this->profil = $profil; $this->intitule = $intitule; $this->dateDebut = $dateDebut; $this->dateFin = $dateFin; $this->nomEntreprise = $nomEntreprise; $this->travailActuel = $travailActuel; } public function getId(): int { return $this->id; } public function getProfil(): Profil { return $this->profil; } public function getIntitule(): string { return $this->intitule; } public function getDateDebut(): string { return $this->dateDebut; } public function getDateFin(): string { return $this->dateFin; } public function getNomEntreprise(): string { return $this->nomEntreprise; } public function isTravailActuel(): bool { return $this->travailActuel; } }