Uses of Class
org.apache.jdo.tck.pc.company.Person

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

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

Subclasses of Person in org.apache.jdo.tck.pc.company
 class Employee
          This class represents an employee.
 class FullTimeEmployee
          This class represents a full-time employee.
 class PartTimeEmployee
          This class represents a part-time employee.
 

Methods in org.apache.jdo.tck.pc.company that return Person
 Person CompanyModelReader.getPerson(java.lang.String name)
          Convenience method returning a Person instance for the specified name.
 

Methods in org.apache.jdo.tck.pc.company with parameters of type Person
 int Person.compareTo(Person other)
          Compares this object with the specified Person object for order.
 



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