coreservlets
Class FrequentFlyerInfo
java.lang.Object
|
+--coreservlets.FrequentFlyerInfo
- public class FrequentFlyerInfo
- extends Object
Simple class describing an airline and associated
frequent flyer number, used from the TravelData class
(where an array of FrequentFlyerInfo is associated with
each customer).
Taken from Core Servlets and JavaServer Pages
from Prentice Hall and Sun Microsystems Press,
http://www.coreservlets.com/.
© 2000 Marty Hall; may be freely used or adapted.
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
FrequentFlyerInfo
public FrequentFlyerInfo(String airlineName,
String frequentFlyerNumber)
getAirlineName
public String getAirlineName()
getFrequentFlyerNumber
public String getFrequentFlyerNumber()
 |
|---|
| CSAJSP @ amazon.com |
|---|