A B C E F G L O P R S T U 

G

GenericFlight - Class in com.ecse321.flightbooking.flights
Generic Flight class used to describe a flight, its departure time, its arrival time and the stopovers it contains.
GenericFlight() - Constructor for class com.ecse321.flightbooking.flights.GenericFlight
Default constructor for the GenericFlight class.
GenericFlight(Date, Date, Airport, Airport, long) - Constructor for class com.ecse321.flightbooking.flights.GenericFlight
Constructor for the GenericFlight class which takes all the class variables as parameters.
getAddress() - Method in class com.ecse321.flightbooking.bookings.Customer
Getter for Customer Address.
getAirport() - Method in class com.ecse321.flightbooking.flights.StopoverInfo
Getter for the airport stop over.
getArrivalAirport() - Method in class com.ecse321.flightbooking.flights.GenericFlight
Getter for the arrival airport.
getArrivalTime() - Method in class com.ecse321.flightbooking.flights.GenericFlight
Getter for the arrival time for the flight.
getArrivalTime() - Method in class com.ecse321.flightbooking.flights.StopoverInfo
Getter for the arrival time.
getBookingNumber() - Method in class com.ecse321.flightbooking.bookings.Booking
Getter for Booking Number.
getBookings() - Method in class com.ecse321.flightbooking.bookings.Customer
Getter for Customer Bookings.
getBookings() - Method in class com.ecse321.flightbooking.flights.Flight
Getter for the flight bookings.
getCity() - Method in class com.ecse321.flightbooking.flights.Airport
Getter for the Airport city.
getCustomer() - Method in class com.ecse321.flightbooking.bookings.Booking
Getter for Booking Customer.
getDate() - Method in class com.ecse321.flightbooking.bookings.Booking
Getter for the Booking Date.
getDepartureAirport() - Method in class com.ecse321.flightbooking.flights.GenericFlight
Getter for the departure airport.
getDepartureTime() - Method in class com.ecse321.flightbooking.flights.GenericFlight
Getter for the departure time for the flight.
getDepartureTime() - Method in class com.ecse321.flightbooking.flights.StopoverInfo
Getter for the departure time.
getFaxNum() - Method in class com.ecse321.flightbooking.bookings.Customer
Getter for Customer Fax Number.
getFlightNumber() - Method in class com.ecse321.flightbooking.flights.GenericFlight
Getter for the flight number.
getFlights() - Method in class com.ecse321.flightbooking.flights.AirlineCompany
Get all registered flights for this airline company.
getForename() - Method in class com.ecse321.flightbooking.bookings.Customer
Getter for Customer Forename.
getForename() - Method in class com.ecse321.flightbooking.bookings.Passenger
Getter for the passenger forename.
getLength() - Method in class com.ecse321.flightbooking.flights.GenericFlight
Get the length of the flight.
getName() - Method in class com.ecse321.flightbooking.flights.AirlineCompany
Getter for the airline company name.
getName() - Method in class com.ecse321.flightbooking.flights.City
Getter for the city name.
getPassengers() - Method in class com.ecse321.flightbooking.bookings.Booking
Getter for Passengers in the Booking.
getStopovers() - Method in class com.ecse321.flightbooking.flights.GenericFlight
Getter for a read-only version of the stopovers list.
getSurname() - Method in class com.ecse321.flightbooking.bookings.Customer
Getter for Customer Surname.
getSurname() - Method in class com.ecse321.flightbooking.bookings.Passenger
Getter for the passenger surname.
getTelNum() - Method in class com.ecse321.flightbooking.bookings.Customer
Getter for Customer Telephone Number.
getValidityPeriod() - Method in class com.ecse321.flightbooking.flights.GenericFlight
Getter for the flight validity period.
A B C E F G L O P R S T U