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