Package | Description |
---|---|
ejava.examples.txhotel.bl | |
ejava.examples.txhotel.bo |
Modifier and Type | Method and Description |
---|---|
void |
HotelReservationSession.createReservation(Person person,
Date startDate,
Date endDate) |
Reservation |
HotelReservationist.createReservation(Person person,
Date startDate,
Date endDate) |
List<Reservation> |
HotelReservationist.getReservationsForPerson(Person person,
int index,
int count) |
Modifier and Type | Field and Description |
---|---|
private Person |
Reservation.person |
Modifier and Type | Method and Description |
---|---|
Person |
Reservation.getPerson() |
Modifier and Type | Method and Description |
---|---|
void |
Reservation.setPerson(Person person) |
Constructor and Description |
---|
Reservation(long id,
long version,
String confirmation,
Person person,
Date startDate,
Date endDate) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.