org.apache.jdo.tck.pc.company
Interface ICompany
- All Known Implementing Classes:
- Company
- public interface ICompany
This interface represents the persistent state of Company.
Javadoc was deliberately omitted because it would distract from
the purpose of the interface.
getAddress
public IAddress getAddress()
getCompanyid
public long getCompanyid()
getDepartments
public java.util.Set getDepartments()
getFounded
public java.util.Date getFounded()
getName
public java.lang.String getName()
setAddress
public void setAddress(IAddress a)
setCompanyid
public void setCompanyid(long id)
setDepartments
public void setDepartments(java.util.Set depts)
setFounded
public void setFounded(java.util.Date date)
setName
public void setName(java.lang.String string)
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.