Uses of Interface
org.apache.jdo.tck.pc.company.IInsurance

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

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

Subinterfaces of IInsurance in org.apache.jdo.tck.pc.company
 interface IDentalInsurance
          This interface represents the persistent state of DentalInsurance.
 interface IMedicalInsurance
          This interface represents the persistent state of MedicalInsurance.
 

Classes in org.apache.jdo.tck.pc.company that implement IInsurance
 class DentalInsurance
          This class represents a dental insurance carrier selection for a particular Employee.
 class Insurance
          This class represents an 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 with parameters of type IInsurance
 int Insurance.compareTo(IInsurance other)
          Compares this object with the specified Insurance object for order.
static int Insurance.compare(IInsurance o1, IInsurance o2)
          Compares its two IInsurance arguments for order.
 



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