|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Department | |
org.apache.jdo.tck.pc.company |
Uses of Department in org.apache.jdo.tck.pc.company |
Methods in org.apache.jdo.tck.pc.company that return Department | |
Department |
CompanyModelReader.getDepartment(java.lang.String name)
Convenience method returning a Department instance for the specified name. |
Department |
Employee.getDepartment()
Get the employee's department. |
Department |
Employee.getFundingDept()
Get the employee's funding department. |
Methods in org.apache.jdo.tck.pc.company with parameters of type Department | |
void |
Company.addDepartment(Department dept)
Add a Department instance to the company. |
void |
Company.removeDepartment(Department dept)
Remove a Department instance from the company. |
int |
Department.compareTo(Department other)
Compares this object with the specified Department object for order. |
void |
Employee.setDepartment(Department department)
Set the employee's department. |
void |
Employee.setFundingDept(Department department)
Set the employee's funding department. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |