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

All Superinterfaces:
IInsurance
All Known Implementing Classes:
MedicalInsurance

public interface IMedicalInsurance
extends IInsurance

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


Method Summary
 java.lang.String getPlanType()
           
 void setPlanType(java.lang.String planType)
           
 
Methods inherited from interface org.apache.jdo.tck.pc.company.IInsurance
getCarrier, getEmployee, getInsid, setCarrier, setEmployee, setInsid
 

Method Detail

getPlanType

public java.lang.String getPlanType()

setPlanType

public void setPlanType(java.lang.String planType)


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