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

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

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

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

Methods in org.apache.jdo.tck.pc.company with parameters of type MedicalInsurance
 void Employee.setMedicalInsurance(MedicalInsurance medicalInsurance)
          Set the medical insurance object for the employee.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.