Uses of Class
com.iu.javadatastructureslab.model.Booking
Packages that use Booking
Package
Description
Service layer components that encapsulate demo logic and computations.
-
Uses of Booking in com.iu.javadatastructureslab.services
Methods in com.iu.javadatastructureslab.services with parameters of type BookingModifier and TypeMethodDescriptionStringManipulationService.buildReservationMessage(Booking booking) Builds a reservation confirmation message from a booking object.