Uses of Class
net.sf.imca.model.entities.BoatEntity

Packages that use BoatEntity
net.sf.imca.model The classes in this package contain the object orientated logic of the domain model. 
net.sf.imca.model.entities The classes in the package describe the persistence data Model. 
 

Uses of BoatEntity in net.sf.imca.model
 

Methods in net.sf.imca.model that return BoatEntity
 BoatEntity BoatBO.getEntity()
          Get the persistence entity.
 

Methods in net.sf.imca.model with parameters of type BoatEntity
 void BoatBO.setEntity(BoatEntity entity)
          Set the persistence entity.
 

Uses of BoatEntity in net.sf.imca.model.entities
 

Methods in net.sf.imca.model.entities that return BoatEntity
 BoatEntity BoatDAO.findBoat(javax.persistence.EntityManager em, BoatEntity boat)
           
 BoatEntity EventEntryEntity.getBoat()
           
 BoatEntity BoatVersionEntity.getBoat()
           
 

Methods in net.sf.imca.model.entities that return types with arguments of type BoatEntity
 java.util.Collection<BoatEntity> SailNumberEntity.getBoats()
           
 

Methods in net.sf.imca.model.entities with parameters of type BoatEntity
 BoatEntity BoatDAO.findBoat(javax.persistence.EntityManager em, BoatEntity boat)
           
 void BoatDAO.replace(javax.persistence.EntityManager em, BoatEntity boat)
           
 void EventEntryEntity.setBoat(BoatEntity boat)
           
 void BoatVersionEntity.setBoat(BoatEntity boat)
           
 

Method parameters in net.sf.imca.model.entities with type arguments of type BoatEntity
 void SailNumberEntity.setBoats(java.util.Collection<BoatEntity> boats)
           
 



Copyright © 2007-2008 The International Moth Class Association (IMCA).. All Rights Reserved.