Uses of Class
ejava.examples.txhotel.bo.Person
-
Packages that use Person Package Description ejava.examples.txhotel.bl ejava.examples.txhotel.bo -
-
Uses of Person in ejava.examples.txhotel.bl
Methods in ejava.examples.txhotel.bl with parameters of type Person Modifier and Type Method Description Reservation
HotelReservationist. createReservation(Person person, Date startDate, Date endDate)
void
HotelReservationSession. createReservation(Person person, Date startDate, Date endDate)
List<Reservation>
HotelReservationist. getReservationsForPerson(Person person, int index, int count)
-
Uses of Person in ejava.examples.txhotel.bo
Fields in ejava.examples.txhotel.bo declared as Person Modifier and Type Field Description private Person
Reservation. person
Methods in ejava.examples.txhotel.bo that return Person Modifier and Type Method Description Person
Reservation. getPerson()
Methods in ejava.examples.txhotel.bo with parameters of type Person Modifier and Type Method Description void
Reservation. setPerson(Person person)
Constructors in ejava.examples.txhotel.bo with parameters of type Person Constructor Description Reservation(long id, long version, String confirmation, Person person, Date startDate, Date endDate)
-