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.


Method Summary
 ICompany getCompany()
           
 long getDeptid()
           
 IEmployee getEmployeeOfTheMonth()
           
 java.util.Set getEmployees()
           
 java.util.Set getFundedEmps()
           
 java.lang.String getName()
           
 void setCompany(ICompany company)
           
 void setDeptid(long deptid)
           
 void setEmployeeOfTheMonth(IEmployee employeeOfTheMonth)
           
 void setEmployees(java.util.Set employees)
           
 void setFundedEmps(java.util.Set employees)
           
 void setName(java.lang.String name)
           
 

Method Detail

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.