edu.uchicago.cs.java.lec03.employee
Class Executive
java.lang.Object
edu.uchicago.cs.java.lec03.employee.Person
edu.uchicago.cs.java.lec03.employee.Employee
edu.uchicago.cs.java.lec03.employee.Manager
edu.uchicago.cs.java.lec03.employee.Executive
public final class Executive
- extends Manager
| Fields inherited from class edu.uchicago.cs.java.lec03.employee.Employee |
dfm |
|
Constructor Summary |
Executive(java.lang.String name,
double salary,
int nYear,
int nMonth,
int nDay,
double bonus,
double stockValue)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dStockValue
private double dStockValue
Executive
public Executive(java.lang.String name,
double salary,
int nYear,
int nMonth,
int nDay,
double bonus,
double stockValue)
getStockValue
public double getStockValue()
setStockValue
public void setStockValue(double stockValue)
getDescription
public java.lang.String getDescription()
- Overrides:
getDescription in class Manager