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. |