org.objectweb.speedo.ejb.pobjects.ref |
|
Java Source File Name | Type | Comment |
Department.java | Class | This is an entity that holds a set of employees (see Employee class). |
Employee.java | Class | This is an entity that defines an employee. |
GeoRef.java | Class | This is an example of self-referencing class with filtered inheritance.
Used in conjonction with Litem.
author: Y.Bersihand, P. |
Group.java | Class | Used in conjonction with Member and President.
author: Y.Bersihand, P. |
Litem.java | Class | This is an example of self-referencing class with filtered inheritance.
Used in conjonction with GeoRef.
author: Y.Bersihand, P. |
Member.java | Class | Used in conjonction with President and Group.
author: Y.Bersihand, P. |
President.java | Class | Used in conjonction with Member and Group.
author: Y.Bersihand, P. |