Uses of Interface
org.nuiton.topiatest.Personne

Packages that use Personne
org.nuiton.topiatest   
org.nuiton.topiatest.beangen   
 

Uses of Personne in org.nuiton.topiatest
 

Classes in org.nuiton.topiatest with type parameters of type Personne
 class PersonneDAOAbstract<E extends Personne>
           
 class PersonneDAOImpl<E extends Personne>
           
 

Subinterfaces of Personne in org.nuiton.topiatest
 interface Employe
           
 

Classes in org.nuiton.topiatest that implement Personne
 class EmployeAbstract
           
 class EmployeImpl
           
 class PersonneAbstract
           
 class PersonneImpl
           
 

Uses of Personne in org.nuiton.topiatest.beangen
 

Fields in org.nuiton.topiatest.beangen declared as Personne
 Personne Voiture.proprietaire
           
 

Methods in org.nuiton.topiatest.beangen that return Personne
 Personne Voiture.getProprietaire()
          getProprietaire :
 

Methods in org.nuiton.topiatest.beangen with parameters of type Personne
 void Voiture.setProprietaire(Personne newValue)
          setProprietaire :
 



Copyright © 2004-2009 CodeLutin. All Rights Reserved.