BateauVoyageur::BateauVoyageur(unId: Chaîne, unNom: Chaîne, uneLongeur: Réel, uneLargeur: Réel, uneVitesse: Réel, uneImage: Chaîne, uneCollEquip: Collection de Equipement)
Début:
this->idBat <- unId,
this->nomBat <- unNom
this->longeurBat <- uneLongueur
this->largeurBat <- uneLargeur
this->vitesseBatVoy <- uneVitesse
this->imageBatVoy <- uneImage
this->lesEquipements <- uneCollEquip
Fin: BateauVoyageur