- setAddress(String) - Method in class com.ecse321.flightbooking.bookings.Customer
-
Setter for Customer Address.
- setAirport(Airport) - Method in class com.ecse321.flightbooking.flights.StopoverInfo
-
Setter for the airport stop over.
- setArrivalAirport(Airport) - Method in class com.ecse321.flightbooking.flights.GenericFlight
-
Setter for the arrival airport.
- setArrivalTime(Date) - Method in class com.ecse321.flightbooking.flights.GenericFlight
-
Setter for the arrival time for the flight.
- setArrivalTime(Date) - Method in class com.ecse321.flightbooking.flights.StopoverInfo
-
Setter for the arrival time.
- setBookingNumber(Integer) - Method in class com.ecse321.flightbooking.bookings.Booking
-
Setter for Booking Number.
- setCity(City) - Method in class com.ecse321.flightbooking.flights.Airport
-
Setter for the Airport city.
- setCustomer(Customer) - Method in class com.ecse321.flightbooking.bookings.Booking
-
Setter for Booking Customer.
- setDepartureAirport(Airport) - Method in class com.ecse321.flightbooking.flights.GenericFlight
-
Setter for the departure airport.
- setDepartureTime(Date) - Method in class com.ecse321.flightbooking.flights.GenericFlight
-
Setter for the departure time for the flight.
- setDepartureTime(Date) - Method in class com.ecse321.flightbooking.flights.StopoverInfo
-
Setter for the departure time.
- setFaxNum(String) - Method in class com.ecse321.flightbooking.bookings.Customer
-
Setter for Customer Fax Number.
- setFlightNumber(Integer) - Method in class com.ecse321.flightbooking.flights.GenericFlight
-
Setter for the flight number.
- setForename(String) - Method in class com.ecse321.flightbooking.bookings.Customer
-
Setter for Customer Forename.
- setForename(String) - Method in class com.ecse321.flightbooking.bookings.Passenger
-
Setter for the passenger forename.
- setName(String) - Method in class com.ecse321.flightbooking.flights.AirlineCompany
-
Setter for the airline company name.
- setName(String) - Method in class com.ecse321.flightbooking.flights.City
-
Setter for the city name.
- setPassengers(List<Passenger>) - Method in class com.ecse321.flightbooking.bookings.Booking
-
Setter for Passengers in the Booking.
- setSurname(String) - Method in class com.ecse321.flightbooking.bookings.Customer
-
Setter for Customer Surname.
- setSurname(String) - Method in class com.ecse321.flightbooking.bookings.Passenger
-
Setter for the passenger surname.
- setTelNum(String) - Method in class com.ecse321.flightbooking.bookings.Customer
-
Setter for Customer Telephone Number.
- setValidityPeriod(long) - Method in class com.ecse321.flightbooking.flights.GenericFlight
-
Setter for the flight validity period.
- StopoverInfo - Class in com.ecse321.flightbooking.flights
-
StopoverInfo class for holding stop over information in a flight.
- StopoverInfo() - Constructor for class com.ecse321.flightbooking.flights.StopoverInfo
-
Default constructor for the StopoverInfo class.
- StopoverInfo(Date, Date, Airport) - Constructor for class com.ecse321.flightbooking.flights.StopoverInfo
-
Constructor for the StopoverInfo class which takes the departure time and
arrival time as parameters.
- StopoverInfoTest - Class in com.ecse321.flightbooking.unit.flights
-
- StopoverInfoTest() - Constructor for class com.ecse321.flightbooking.unit.flights.StopoverInfoTest
-
- SystemTest - Class in com.ecse321.flightbooking.system
-
- SystemTest() - Constructor for class com.ecse321.flightbooking.system.SystemTest
-
- systemTest() - Method in class com.ecse321.flightbooking.system.SystemTest
-