Uses of Class
nl.gridshore.samples.training.domain.Employee

Uses of Employee in nl.gridshore.samples.training.domain
 

Methods in nl.gridshore.samples.training.domain that return Employee
 Employee TrainingStatus.getEmployee()
           
 Employee TrainingPlanning.getEmployee()
           
 

Methods in nl.gridshore.samples.training.domain that return types with arguments of type Employee
 java.util.List<Employee> Project.getEmployees()
           
 

Methods in nl.gridshore.samples.training.domain with parameters of type Employee
 void Project.addEmployee(Employee employee)
           
 void Project.removeEmployee(Employee employee)
           
 void TrainingStatus.setEmployee(Employee employee)
           
 void TrainingPlanning.setEmployee(Employee employee)
           
 

Method parameters in nl.gridshore.samples.training.domain with type arguments of type Employee
 void Project.setEmployees(java.util.List<Employee> employees)
           
 



Copyright © 2008. All Rights Reserved.