Uses of Class
airline.Flight.Ticket

Uses of Flight.Ticket in airline
 

Methods in airline that return Flight.Ticket
 Flight.Ticket Reservation.getTicket(int travIndex, int legIndex)
          Returns the ticket for the given traveler on the given leg of the reservation.
 Flight.Ticket Flight.purchaseTicket(Reservation resv, int travelerNumber)
          Adds the specified traveler from the given Reservation to this flight.