|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Employee | |
org.apache.jdo.tck.pc.company |
Uses of Employee in org.apache.jdo.tck.pc.company |
Subclasses of Employee in org.apache.jdo.tck.pc.company | |
class |
FullTimeEmployee
This class represents a full-time employee. |
class |
PartTimeEmployee
This class represents a part-time employee. |
Methods in org.apache.jdo.tck.pc.company that return Employee | |
Employee |
Department.getEmployeeOfTheMonth()
Get the employee of the month associated with the department. |
Employee |
Insurance.getEmployee()
Get the associated employee. |
Employee |
CompanyModelReader.getEmployee(java.lang.String name)
Convenience method returning an Employee instance for the specified name. |
Employee |
Employee.getManager()
Get the employee's manager. |
Employee |
Employee.getMentor()
Get the mentor for this employee. |
Employee |
Employee.getProtege()
Get the protege of this employee. |
Employee |
Employee.getHradvisor()
Get the HR advisor for the employee. |
Methods in org.apache.jdo.tck.pc.company with parameters of type Employee | |
void |
Department.setEmployeeOfTheMonth(Employee employeeOfTheMonth)
Set the employee of the month for the department. |
void |
Department.addEmployee(Employee emp)
Add an employee to the department. |
void |
Department.removeEmployee(Employee emp)
Remove an employee from the department. |
void |
Department.addFundedEmp(Employee emp)
Add an employee to the collection of funded employees of this department. |
void |
Department.removeFundedEmp(Employee emp)
Remove an employee from collection of funded employees of this department. |
void |
Project.addReviewer(Employee emp)
Add a reviewer to the project. |
void |
Project.removeReviewer(Employee emp)
Remove a reviewer from the project. |
void |
Project.addMember(Employee emp)
Add a new member to the project. |
void |
Project.removeMember(Employee emp)
Remove a member from the project. |
void |
Insurance.setEmployee(Employee employee)
Set the associated employee. |
void |
Employee.setManager(Employee manager)
Set the employee's manager. |
void |
Employee.addToTeam(Employee emp)
Add an Employee to this employee's team. |
void |
Employee.removeFromTeam(Employee emp)
Remove an Employee from this employee's team. |
void |
Employee.setMentor(Employee mentor)
Set the mentor for this employee and also set the inverse protege relationship. |
void |
Employee.addAdvisee(Employee emp)
Add an Employee as an advisee of this HR advisor. |
void |
Employee.removeAdvisee(Employee emp)
Remove an Employee as an advisee of this HR advisor. |
Constructors in org.apache.jdo.tck.pc.company with parameters of type Employee | |
DentalInsurance(long insid,
java.lang.String carrier,
Employee employee,
java.math.BigDecimal lifetimeOrthoBenefit)
Initialize a DentalInsurance instance. |
|
Department(long deptid,
java.lang.String name,
Company company,
Employee employeeOfTheMonth)
Initialize a Department instance. |
|
Insurance(long insid,
java.lang.String carrier,
Employee employee)
Initialize an Insurance instance. |
|
MedicalInsurance(long insid,
java.lang.String carrier,
Employee employee,
java.lang.String planType)
Initialize a MedicalInsurance instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |