reservations
Interface Passenger


public interface Passenger

This interface defines all that you are required to provide for a person with a reservation on a flight.


Method Summary
 java.lang.String toString()
          Return the passenger's name and any other identifying information.
 

Method Detail

toString

public java.lang.String toString()
Return the passenger's name and any other identifying information.

Overrides:
toString in class java.lang.Object