Uses of Class
org.apache.jdo.tck.pc.company.Department

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.
 

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.
 



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