Package | Description |
---|---|
com.ecse321.flightbooking.bookings |
Modifier and Type | Method and Description |
---|---|
Customer |
Booking.getCustomer()
Getter for Booking Customer.
|
Modifier and Type | Method and Description |
---|---|
void |
Booking.setCustomer(Customer customer)
Setter for Booking Customer.
|
Constructor and Description |
---|
Booking(Customer customer,
java.util.List<Passenger> passengers)
Constructor for the Booking class which takes information through the
parameters.
|