Uses of Class
eus.ehu.hotelreservation.domain.Reservation
Packages that use Reservation
-
Uses of Reservation in eus.ehu.hotelreservation.domain
Methods in eus.ehu.hotelreservation.domain that return types with arguments of type ReservationMethod parameters in eus.ehu.hotelreservation.domain with type arguments of type ReservationModifier and TypeMethodDescriptionvoidCustomer.setReservations(List<Reservation> reservations) voidRoom.setReservations(List<Reservation> reservations)