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

All Known Subinterfaces:
IDentalInsurance, IMedicalInsurance
All Known Implementing Classes:
DentalInsurance, Insurance, MedicalInsurance

public interface IInsurance

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


Method Summary
 java.lang.String getCarrier()
           
 IEmployee getEmployee()
           
 long getInsid()
           
 void setCarrier(java.lang.String carrier)
           
 void setEmployee(IEmployee employee)
           
 void setInsid(long insid)
           
 

Method Detail

getInsid

public long getInsid()

getCarrier

public java.lang.String getCarrier()

getEmployee

public IEmployee getEmployee()

setInsid

public void setInsid(long insid)

setCarrier

public void setCarrier(java.lang.String carrier)

setEmployee

public void setEmployee(IEmployee employee)


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