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

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

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

Subclasses of Insurance in org.apache.jdo.tck.pc.company
 class DentalInsurance
          This class represents a dental insurance carrier selection for a particular Employee.
 class MedicalInsurance
          This class represents a dental insurance carrier selection for a particular Employee.
 

Methods in org.apache.jdo.tck.pc.company that return Insurance
 Insurance CompanyModelReader.getInsurance(java.lang.String name)
          Convenience method returning an Insurance instance for the specified name.
 

Methods in org.apache.jdo.tck.pc.company with parameters of type Insurance
 int Insurance.compareTo(Insurance other)
          Compares this object with the specified Insurance object for order.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.