Uses of Interface
org.apache.jdo.tck.pc.company.IEmployee

Packages that use IEmployee
org.apache.jdo.tck.pc.company   
 

Uses of IEmployee in org.apache.jdo.tck.pc.company
 

Subinterfaces of IEmployee in org.apache.jdo.tck.pc.company
 interface IFullTimeEmployee
          This interface represents the persistent state of FullTimeEmployee.
 interface IPartTimeEmployee
          This interface represents the persistent state of PartTimeEmployee.
 

Classes in org.apache.jdo.tck.pc.company that implement IEmployee
 class Employee
          This class represents an employee.
 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 IEmployee
 IEmployee IInsurance.getEmployee()
           
 IEmployee Department.getEmployeeOfTheMonth()
          Get the employee of the month associated with the department.
 IEmployee IEmployee.getManager()
           
 IEmployee IEmployee.getMentor()
           
 IEmployee IEmployee.getProtege()
           
 IEmployee IEmployee.getHradvisor()
           
 IEmployee Insurance.getEmployee()
          Get the associated employee.
 IEmployee IDepartment.getEmployeeOfTheMonth()
           
 IEmployee Employee.getManager()
          Get the employee's manager.
 IEmployee Employee.getMentor()
          Get the mentor for this employee.
 IEmployee Employee.getProtege()
          Get the protege of this employee.
 IEmployee Employee.getHradvisor()
          Get the HR advisor for the employee.
 

Methods in org.apache.jdo.tck.pc.company with parameters of type IEmployee
 void IInsurance.setEmployee(IEmployee employee)
           
 void Department.setEmployeeOfTheMonth(IEmployee employeeOfTheMonth)
          Set the employee of the month for the department.
 IDentalInsurance CompanyFactoryAbstractImpl.newDentalInsurance(long insid, java.lang.String carrier, IEmployee employee, java.math.BigDecimal lifetimeOrthoBenefit)
           
 IDepartment CompanyFactoryAbstractImpl.newDepartment(long deptid, java.lang.String name, ICompany company, IEmployee employeeOfTheMonth)
           
 IMedicalInsurance CompanyFactoryAbstractImpl.newMedicalInsurance(long insid, java.lang.String carrier, IEmployee employee, java.lang.String planType)
           
 void IEmployee.setManager(IEmployee manager)
           
 void IEmployee.setMentor(IEmployee mentor)
           
 void IEmployee.setProtege(IEmployee protege)
           
 void IEmployee.setHradvisor(IEmployee hradvisor)
           
 void Insurance.setEmployee(IEmployee employee)
          Set the associated employee.
 IDentalInsurance CompanyFactory.newDentalInsurance(long insid, java.lang.String carrier, IEmployee employee, java.math.BigDecimal lifetimeOrthoBenefit)
           
 IDepartment CompanyFactory.newDepartment(long deptid, java.lang.String name, ICompany company, IEmployee employeeOfTheMonth)
           
 IMedicalInsurance CompanyFactory.newMedicalInsurance(long insid, java.lang.String carrier, IEmployee employee, java.lang.String planType)
           
 IDentalInsurance CompanyFactoryConcreteClass.newDentalInsurance(long insid, java.lang.String carrier, IEmployee employee, java.math.BigDecimal lifetimeOrthoBenefit)
           
 IDepartment CompanyFactoryConcreteClass.newDepartment(long deptid, java.lang.String name, ICompany company, IEmployee employeeOfTheMonth)
           
 IMedicalInsurance CompanyFactoryConcreteClass.newMedicalInsurance(long insid, java.lang.String carrier, IEmployee employee, java.lang.String planType)
           
 void IDepartment.setEmployeeOfTheMonth(IEmployee employeeOfTheMonth)
           
 void Employee.setManager(IEmployee manager)
          Set the employee's manager.
 void Employee.setMentor(IEmployee mentor)
          Set the mentor for this employee.
 void Employee.setProtege(IEmployee protege)
          Set the protege for this employee.
 void Employee.setHradvisor(IEmployee hradvisor)
          Set the HR advisor for this employee.
 

Constructors in org.apache.jdo.tck.pc.company with parameters of type IEmployee
DentalInsurance(long insid, java.lang.String carrier, IEmployee employee, java.math.BigDecimal lifetimeOrthoBenefit)
          Construct a DentalInsurance instance.
Department(long deptid, java.lang.String name, ICompany company, IEmployee employeeOfTheMonth)
          Construct a Department instance.
Insurance(long insid, java.lang.String carrier, IEmployee employee)
          Construct an Insurance instance.
MedicalInsurance(long insid, java.lang.String carrier, IEmployee employee, java.lang.String planType)
          Construct a MedicalInsurance instance.
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.