Uses of Class
airline.Customer

Uses of Customer in airline
 

Methods in airline that return Customer
 Customer Reservation.getBooker()
          Returns the Customer who booked the reservation.
 

Constructors in airline with parameters of type Customer
CustomerSession(Customer customer, Connection connect)
          Instantiates a new session for the given Customer and the given front-end Connection.
ProvisionalReservation(Customer c)
          Creates a new ProvisionalReservation for this customer.