| 
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Uses of Customer in airline | 
|---|
| Fields in airline declared as Customer | |
|---|---|
private  Customer | 
Reservation.booker
The customer who booked the reservation  | 
private  Customer | 
CustomerSession.customer
The Customer instance associated with this session.  | 
| Methods in airline that return Customer | |
|---|---|
 Customer | 
Reservation.getBooker()
Returns the Customer who booked the reservation. | 
| Constructors in airline with parameters of type Customer | |
|---|---|
CustomerSession(Customer customer,
                Connection connect)
Instantiates a new session for the given Customer and the given front-end Connection.  | 
|
ProvisionalReservation(Customer c)
Creates a new ProvisionalReservation for this customer. | 
|
Reservation(Customer c)
Creates a new reservation for the given customer.  | 
|
  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||