org.apache.jdo.tck.pc.company
Interface IDepartment
- All Known Implementing Classes:
- Department
- public interface IDepartment
This interface represents the persistent state of Department.
Javadoc was deliberately omitted because it would distract from
the purpose of the interface.
getDeptid
public long getDeptid()
getName
public java.lang.String getName()
getCompany
public ICompany getCompany()
getEmployeeOfTheMonth
public IEmployee getEmployeeOfTheMonth()
getEmployees
public java.util.Set getEmployees()
getFundedEmps
public java.util.Set getFundedEmps()
setDeptid
public void setDeptid(long deptid)
setName
public void setName(java.lang.String name)
setCompany
public void setCompany(ICompany company)
setEmployeeOfTheMonth
public void setEmployeeOfTheMonth(IEmployee employeeOfTheMonth)
setEmployees
public void setEmployees(java.util.Set employees)
setFundedEmps
public void setFundedEmps(java.util.Set employees)
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.