|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IProject | |
org.apache.jdo.tck.pc.company |
Uses of IProject in org.apache.jdo.tck.pc.company |
Classes in org.apache.jdo.tck.pc.company that implement IProject | |
class |
Project
This class represents a project, a budgeted task with one or more employees working on it. |
Methods in org.apache.jdo.tck.pc.company that return IProject | |
IProject |
CompanyFactoryAbstractImpl.newProject(long projid,
java.lang.String name,
java.math.BigDecimal budget)
|
IProject |
CompanyFactory.newProject(long projid,
java.lang.String name,
java.math.BigDecimal budget)
|
IProject |
CompanyFactoryConcreteClass.newProject(long projid,
java.lang.String name,
java.math.BigDecimal budget)
|
Methods in org.apache.jdo.tck.pc.company with parameters of type IProject | |
int |
Project.compareTo(IProject other)
Compares this object with the specified Project object for order. |
static int |
Project.compare(IProject o1,
IProject o2)
Compares its two IProject arguments for order. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |