Uses of Class
data.reservation.Personne

Packages that use Personne
data.reservation   
factories   
 

Uses of Personne in data.reservation
 

Methods in data.reservation with parameters of type Personne
 void Reservation.addPersonne(Personne p)
          Ajouter une personne
 

Uses of Personne in factories
 

Methods in factories with parameters of type Personne
 int FabReservation.creerPersonnes(java.lang.String idReservation, Personne p)