Uses of Interface
org.apache.jdo.tck.pc.company.ICompany

Packages that use ICompany
org.apache.jdo.tck.pc.company   
 

Uses of ICompany in org.apache.jdo.tck.pc.company
 

Classes in org.apache.jdo.tck.pc.company that implement ICompany
 class Company
          This class represents information about a company.
 

Methods in org.apache.jdo.tck.pc.company that return ICompany
 ICompany Department.getCompany()
          Get the company associated with the department.
 ICompany CompanyFactoryAbstractImpl.newCompany(long companyid, java.lang.String name, java.util.Date founded)
           
 ICompany CompanyFactoryAbstractImpl.newCompany(long companyid, java.lang.String name, java.util.Date founded, IAddress addr)
           
 ICompany CompanyFactory.newCompany(long companyid, java.lang.String name, java.util.Date founded)
           
 ICompany CompanyFactory.newCompany(long companyid, java.lang.String name, java.util.Date founded, IAddress addr)
           
 ICompany CompanyFactoryConcreteClass.newCompany(long companyid, java.lang.String name, java.util.Date founded)
           
 ICompany CompanyFactoryConcreteClass.newCompany(long companyid, java.lang.String name, java.util.Date founded, IAddress addr)
           
 ICompany IDepartment.getCompany()
           
 

Methods in org.apache.jdo.tck.pc.company with parameters of type ICompany
 int Company.compareTo(ICompany other)
          Compares this object with the specified Company object for order.
static int Company.compare(ICompany o1, ICompany o2)
          Compares its two ICompany arguments for order.
 void Department.setCompany(ICompany company)
          Set the company for the department.
 IDepartment CompanyFactoryAbstractImpl.newDepartment(long deptid, java.lang.String name, ICompany company)
           
 IDepartment CompanyFactoryAbstractImpl.newDepartment(long deptid, java.lang.String name, ICompany company, IEmployee employeeOfTheMonth)
           
 IDepartment CompanyFactory.newDepartment(long deptid, java.lang.String name, ICompany company)
           
 IDepartment CompanyFactory.newDepartment(long deptid, java.lang.String name, ICompany company, IEmployee employeeOfTheMonth)
           
 IDepartment CompanyFactoryConcreteClass.newDepartment(long deptid, java.lang.String name, ICompany company)
           
 IDepartment CompanyFactoryConcreteClass.newDepartment(long deptid, java.lang.String name, ICompany company, IEmployee employeeOfTheMonth)
           
 void IDepartment.setCompany(ICompany company)
           
 

Constructors in org.apache.jdo.tck.pc.company with parameters of type ICompany
Department(long deptid, java.lang.String name, ICompany company)
          Construct a Department instance.
Department(long deptid, java.lang.String name, ICompany company, IEmployee employeeOfTheMonth)
          Construct a Department instance.
 



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