|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDepartment | |
org.apache.jdo.tck.pc.company |
Uses of IDepartment in org.apache.jdo.tck.pc.company |
Classes in org.apache.jdo.tck.pc.company that implement IDepartment | |
class |
Department
This class represents a department within a company. |
Methods in org.apache.jdo.tck.pc.company that return IDepartment | |
IDepartment |
CompanyFactoryAbstractImpl.newDepartment(long deptid,
java.lang.String name)
|
IDepartment |
CompanyFactoryAbstractImpl.newDepartment(long deptid,
java.lang.String name,
ICompany company)
|
IDepartment |
CompanyFactoryAbstractImpl.newDepartment(long deptid,
java.lang.String name,
ICompany company,
IEmployee employeeOfTheMonth)
|
IDepartment |
IEmployee.getDepartment()
|
IDepartment |
IEmployee.getFundingDept()
|
IDepartment |
CompanyFactory.newDepartment(long deptid,
java.lang.String name)
|
IDepartment |
CompanyFactory.newDepartment(long deptid,
java.lang.String name,
ICompany company)
|
IDepartment |
CompanyFactory.newDepartment(long deptid,
java.lang.String name,
ICompany company,
IEmployee employeeOfTheMonth)
|
IDepartment |
CompanyFactoryConcreteClass.newDepartment(long deptid,
java.lang.String name)
|
IDepartment |
CompanyFactoryConcreteClass.newDepartment(long deptid,
java.lang.String name,
ICompany company)
|
IDepartment |
CompanyFactoryConcreteClass.newDepartment(long deptid,
java.lang.String name,
ICompany company,
IEmployee employeeOfTheMonth)
|
IDepartment |
Employee.getDepartment()
Get the employee's department. |
IDepartment |
Employee.getFundingDept()
Get the employee's funding department. |
Methods in org.apache.jdo.tck.pc.company with parameters of type IDepartment | |
int |
Department.compareTo(IDepartment other)
Compares this object with the specified Department object for order. |
static int |
Department.compare(IDepartment o1,
IDepartment o2)
Compares its two IDepartment arguments for order. |
void |
IEmployee.setDepartment(IDepartment department)
|
void |
IEmployee.setFundingDept(IDepartment department)
|
void |
Employee.setDepartment(IDepartment department)
Set the employee's department. |
void |
Employee.setFundingDept(IDepartment department)
Set the employee's funding department. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |