economics
Class Employee
java.lang.Object
economics.Employee
public class Employee
- extends java.lang.Object
Maintins the employees' record.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
employee
Agent employee
numberOfEmployments
int numberOfEmployments
- for a particular employer
reliability
double reliability
Employee
public Employee()
getEmployee
public Agent getEmployee()
setEmployee
public void setEmployee(Agent employee)
getNumberOfEmployments
public int getNumberOfEmployments()
setNumberOfEmployments
public void setNumberOfEmployments(int numberOfEmployments)
getReliability
public double getReliability()
setReliability
public void setReliability(double reliability)
updateReliability
public void updateReliability(Household employer)