Package dataModel
Class SousChef
- java.lang.Object
-
- dataModel.Employee
-
- dataModel.SousChef
-
public class SousChef extends Employee
SousChef
Class responsible for handling the information about a sous chef.- Since:
- 2017-07-22
- Version:
- 1.0
-
-
Method Summary
Modifier and Type Method Description double
computeSalary()
Computes the salary of the sous chef-
Methods inherited from class dataModel.Employee
addOrder, computeEmpStats, getEvaluation, getName, getNumberOfOrders, getSalary, getShortReport
-
-
-
-
Method Detail
-
computeSalary
public double computeSalary()
Computes the salary of the sous chef- Specified by:
computeSalary
in classEmployee
- Returns:
- the salary of the sous chef
-
-