Uses of Class
org.nuiton.topiatest.EmployeDTO

Packages that use EmployeDTO
org.nuiton.topiatest   
 

Uses of EmployeDTO in org.nuiton.topiatest
 

Fields in org.nuiton.topiatest declared as EmployeDTO
 EmployeDTO[] CompanyDTO.employe
           
 EmployeDTO DepartmentDTO.leader
           
 

Methods in org.nuiton.topiatest that return EmployeDTO
 EmployeDTO[] CompanyDTO.getEmploye()
           
 EmployeDTO DepartmentDTO.getLeader()
           
 

Methods in org.nuiton.topiatest with parameters of type EmployeDTO
 void CompanyDTO.setEmploye(EmployeDTO[] values)
           
 void DepartmentDTO.setLeader(EmployeDTO value)
           
 



Copyright © 2004-2012 CodeLutin. All Rights Reserved.