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 ReservationHotelReservationist. createReservation(Person person, Date startDate, Date endDate)voidHotelReservationSession. 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 PersonReservation. personMethods in ejava.examples.txhotel.bo that return Person Modifier and Type Method Description PersonReservation. getPerson()Methods in ejava.examples.txhotel.bo with parameters of type Person Modifier and Type Method Description voidReservation. 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)
-