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

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

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

Classes in org.apache.jdo.tck.pc.company that implement IDentalInsurance
 class DentalInsurance
          This class represents a dental insurance carrier selection for a particular Employee.
 

Methods in org.apache.jdo.tck.pc.company that return IDentalInsurance
 IDentalInsurance CompanyFactoryAbstractImpl.newDentalInsurance(long insid, java.lang.String carrier, java.math.BigDecimal lifetimeOrthoBenefit)
           
 IDentalInsurance CompanyFactoryAbstractImpl.newDentalInsurance(long insid, java.lang.String carrier, IEmployee employee, java.math.BigDecimal lifetimeOrthoBenefit)
           
 IDentalInsurance IEmployee.getDentalInsurance()
           
 IDentalInsurance CompanyFactory.newDentalInsurance(long insid, java.lang.String carrier, java.math.BigDecimal lifetimeOrthoBenefit)
           
 IDentalInsurance CompanyFactory.newDentalInsurance(long insid, java.lang.String carrier, IEmployee employee, java.math.BigDecimal lifetimeOrthoBenefit)
           
 IDentalInsurance CompanyFactoryConcreteClass.newDentalInsurance(long insid, java.lang.String carrier, java.math.BigDecimal lifetimeOrthoBenefit)
           
 IDentalInsurance CompanyFactoryConcreteClass.newDentalInsurance(long insid, java.lang.String carrier, IEmployee employee, java.math.BigDecimal lifetimeOrthoBenefit)
           
 IDentalInsurance Employee.getDentalInsurance()
          Get the dental insurance of the employee.
 

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



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