Uses of Interface
at.jku.ssw.fp.airline.Retailer
-
Packages that use Retailer Package Description at.jku.ssw.fp.airline -
-
Uses of Retailer in at.jku.ssw.fp.airline
Classes in at.jku.ssw.fp.airline that implement Retailer Modifier and Type Class Description class
Agency
Class for retailers of flights in the flight example.class
Airline
Class representing an airline in the flight examples.Fields in at.jku.ssw.fp.airline declared as Retailer Modifier and Type Field Description Retailer
Offer. retailer
The retailer offering the flightConstructors in at.jku.ssw.fp.airline with parameters of type Retailer Constructor Description Offer(Retailer retailer, Flight flight, int price)
Constructor creating an offer.
-