public class Booking extends Object
| Constructor and Description |
|---|
Booking() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomer() |
String |
getFlight() |
Long |
getId() |
void |
setCustomer(String customer) |
void |
setFlight(String flight) |
void |
setId(Long id) |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.