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

All Superinterfaces:
IInsurance
All Known Implementing Classes:
DentalInsurance

public interface IDentalInsurance
extends IInsurance

This interface represents the persistent state of DentalInsurance. Javadoc was deliberately omitted because it would distract from the purpose of the interface.


Method Summary
 java.math.BigDecimal getLifetimeOrthoBenefit()
           
 void setLifetimeOrthoBenefit(java.math.BigDecimal lifetimeOrthoBenefit)
           
 
Methods inherited from interface org.apache.jdo.tck.pc.company.IInsurance
getCarrier, getEmployee, getInsid, setCarrier, setEmployee, setInsid
 

Method Detail

getLifetimeOrthoBenefit

public java.math.BigDecimal getLifetimeOrthoBenefit()

setLifetimeOrthoBenefit

public void setLifetimeOrthoBenefit(java.math.BigDecimal lifetimeOrthoBenefit)


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