Uses of Class
com.titan.domain.Reservation

Packages that use Reservation
com.titan.domain   
 

Uses of Reservation in com.titan.domain
 

Methods in com.titan.domain that return types with arguments of type Reservation
 Collection<Reservation> Customer.getReservations()
           
 Collection<Reservation> Cruise.getReservations()
           
 

Method parameters in com.titan.domain with type arguments of type Reservation
 void Customer.setReservations(Collection<Reservation> reservations)
           
 void Cruise.setReservations(Collection<Reservation> res)
           
 



Copyright © 2011. All Rights Reserved.