| java.lang.Object org.objectweb.speedo.ejb.pobjects.ref.Employee
Employee | public class Employee (Code) | | This is an entity that defines an employee. It belongs to a department (see
Departement class). Thus it has a reference to such an entity: this is an
example of unary/unidirectional relationship between Employee and Department.
Used in conjonction with Department.
author: Y.Bersihand, P. Dechamboux |
salary | public float salary(Code) | | |
Employee | public Employee()(Code) | | |
getOid | public long getOid()(Code) | | |
getSalary | public float getSalary()(Code) | | |
setSalary | public void setSalary(float asalary)(Code) | | |
|
|