Index

A B C D E F G H I L M P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

F

Feedback - Class in bcu.cmp5332.bookingsystem.model
Represents a feedback provided by a customer regarding a booking in the flight booking system.
Feedback(int, int, String) - Constructor for class bcu.cmp5332.bookingsystem.model.Feedback
Constructs a new Feedback object with the specified booking ID, customer ID, and message.
FeedbackDataManager - Class in bcu.cmp5332.bookingsystem.data
 
FeedbackDataManager() - Constructor for class bcu.cmp5332.bookingsystem.data.FeedbackDataManager
 
Flight - Class in bcu.cmp5332.bookingsystem.model
Represents a flight in the flight booking system.
Flight(int, String, String, String, LocalDate, int, double, boolean) - Constructor for class bcu.cmp5332.bookingsystem.model.Flight
Constructs a new Flight object with the specified attributes.
FlightBookingSystem - Class in bcu.cmp5332.bookingsystem.model
Represents the flight booking system.
FlightBookingSystem() - Constructor for class bcu.cmp5332.bookingsystem.model.FlightBookingSystem
 
FlightBookingSystemData - Class in bcu.cmp5332.bookingsystem.data
The FlightBookingSystemData class is responsible for loading and storing the flight booking system data.
FlightBookingSystemData() - Constructor for class bcu.cmp5332.bookingsystem.data.FlightBookingSystemData
 
FlightBookingSystemException - Exception in bcu.cmp5332.bookingsystem.main
FlightBookingSystemException extends Exception class and is a custom exception that is used to notify the user about errors or invalid commands.
FlightBookingSystemException(String) - Constructor for exception bcu.cmp5332.bookingsystem.main.FlightBookingSystemException
Constructs a new FlightBookingSystemException with the specified detail message.
FlightBookingSystemTest - Class in test
 
FlightBookingSystemTest() - Constructor for class test.FlightBookingSystemTest
 
FlightDataManager - Class in bcu.cmp5332.bookingsystem.data
The FlightDataManager class is responsible for managing the data related to flights in the flight booking system.
FlightDataManager() - Constructor for class bcu.cmp5332.bookingsystem.data.FlightDataManager
 
FlightTest - Class in test
 
FlightTest() - Constructor for class test.FlightTest
 
A B C D E F G H I L M P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form