|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPerson | |
org.apache.jdo.tck.pc.company |
Uses of IPerson in org.apache.jdo.tck.pc.company |
Subinterfaces of IPerson in org.apache.jdo.tck.pc.company | |
interface |
IEmployee
This interface represents the persistent state of Employee. |
interface |
IFullTimeEmployee
This interface represents the persistent state of FullTimeEmployee. |
interface |
IPartTimeEmployee
This interface represents the persistent state of PartTimeEmployee. |
Classes in org.apache.jdo.tck.pc.company that implement IPerson | |
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. |
class |
Person
This class represents a person. |
Methods in org.apache.jdo.tck.pc.company that return IPerson | |
IPerson |
CompanyFactoryConcreteClass.newPerson(long personid,
java.lang.String firstname,
java.lang.String lastname,
java.lang.String middlename,
java.util.Date birthdate)
|
IPerson |
CompanyFactoryConcreteClass.newPerson(long personid,
java.lang.String firstname,
java.lang.String lastname,
java.lang.String middlename,
java.util.Date birthdate,
IAddress address)
|
Methods in org.apache.jdo.tck.pc.company with parameters of type IPerson | |
int |
Person.compareTo(IPerson other)
Compares this object with the specified Person object for order. |
static int |
Person.compare(IPerson o1,
IPerson o2)
Compares its two IPerson arguments for order. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |