- City - Class in com.ecse321.flightbooking.flights
-
City class for holding information about the cities on the flight path.
- City() - Constructor for class com.ecse321.flightbooking.flights.City
-
Default constructor for the City class.
- City(String) - Constructor for class com.ecse321.flightbooking.flights.City
-
Constructor for the City class which takes the name of the city.
- CityTest - Class in com.ecse321.flightbooking.unit.flights
-
- CityTest() - Constructor for class com.ecse321.flightbooking.unit.flights.CityTest
-
- clearStopovers() - Method in class com.ecse321.flightbooking.flights.GenericFlight
-
Removes all stopovers.
- closeBooking(Booking) - Method in class com.ecse321.flightbooking.flights.Flight
-
Close booking for the flight.
- com.ecse321.flightbooking.bookings - package com.ecse321.flightbooking.bookings
-
- com.ecse321.flightbooking.flights - package com.ecse321.flightbooking.flights
-
- com.ecse321.flightbooking.integration - package com.ecse321.flightbooking.integration
-
- com.ecse321.flightbooking.system - package com.ecse321.flightbooking.system
-
- com.ecse321.flightbooking.unit.bookings - package com.ecse321.flightbooking.unit.bookings
-
- com.ecse321.flightbooking.unit.flights - package com.ecse321.flightbooking.unit.flights
-
- Customer - Class in com.ecse321.flightbooking.bookings
-
Customer class containing information about customers for flight bookings.
- Customer() - Constructor for class com.ecse321.flightbooking.bookings.Customer
-
Default constructor for the Customer class.
- Customer(String, String, String, String, String) - Constructor for class com.ecse321.flightbooking.bookings.Customer
-
Constructor for the Customer class which takes information through the
parameters.
- CustomerTest - Class in com.ecse321.flightbooking.unit.bookings
-
- CustomerTest() - Constructor for class com.ecse321.flightbooking.unit.bookings.CustomerTest
-