Uses of Class
com.titan.domain.Ship

Packages that use Ship
com.titan.domain   
 

Uses of Ship in com.titan.domain
 

Methods in com.titan.domain that return Ship
 Ship Cabin.getShip()
           
 Ship Cruise.getShip()
           
 

Methods in com.titan.domain with parameters of type Ship
 void Cabin.setShip(Ship ship)
           
 void Cruise.setShip(Ship ship)
           
 

Constructors in com.titan.domain with parameters of type Ship
Cruise(String name, Ship ship)
           
 



Copyright © 2011. All Rights Reserved.