Uses of Class
airline.Reservation

Uses of Reservation in airline
 

Subclasses of Reservation in airline
 class ProvisionalReservation
          This subclass of Reservation is used to represent a tentative reservation in its intermediate stages while being constructed by a Customer.
 

Methods in airline with parameters of type Reservation
 Flight.Ticket Flight.purchaseTicket(Reservation resv, int travelerNumber)
          Adds the specified traveler from the given Reservation to this flight.