Uses of Class
org.nuiton.topiatest.EmployeDTO
| Package | Description |
|---|---|
| org.nuiton.topiatest |
-
Uses of EmployeDTO in org.nuiton.topiatest
Fields in org.nuiton.topiatest declared as EmployeDTO Modifier and Type Field Description EmployeDTO[]CompanyDTO. employeEmployeDTODepartmentDTO. leaderMethods in org.nuiton.topiatest that return EmployeDTO Modifier and Type Method Description EmployeDTO[]CompanyDTO. getEmploye()EmployeDTODepartmentDTO. getLeader()Methods in org.nuiton.topiatest with parameters of type EmployeDTO Modifier and Type Method Description voidCompanyDTO. setEmploye(EmployeDTO[] values)voidDepartmentDTO. setLeader(EmployeDTO value)