Skip navigation links
A C G I L P R S 

P

Passenger - Class in <Unnamed>
 
Passenger() - Constructor for class Passenger
Constructs a new Passenger object setting name, birthYear, weight, gender to "", 1900, 0.0, and u.
Passenger(String, int, double, char, int) - Constructor for class Passenger
Constructs a new Passenger object with given values.
printAllDetails() - Method in class Airplane
/** This method prints the values of the Airplane and each Passenger in it by calling the printDetails method from the Passenger class on each Passenger instance.
printDetails() - Method in class Passenger
This method prints the values of Passenger name, birthYear, weight, and gender.
A C G I L P R S 
Skip navigation links