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