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

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

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

Methods in org.apache.jdo.tck.pc.company that return DentalInsurance
 DentalInsurance CompanyModelReader.getDentalInsurance(java.lang.String name)
          Convenience method returning a DentalInsurance instance for the specified name.
 DentalInsurance Employee.getDentalInsurance()
          Get the dental insurance of the employee.
 

Methods in org.apache.jdo.tck.pc.company with parameters of type DentalInsurance
 void Employee.setDentalInsurance(DentalInsurance dentalInsurance)
          Set the dental insurance object for the employee.
 



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