Package dataModel

Class 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 Detail

      • ChefDeCuisine

        public ChefDeCuisine()
      • ChefDeCuisine

        public ChefDeCuisine​(java.lang.String fName,
                             java.lang.String mName,
                             java.lang.String lName)
    • Method Detail

      • computeSalary

        public double computeSalary()
        Computes the salary of the chef de cuisine
        Specified by:
        computeSalary in class Employee
        Returns:
        the salary of the chef de cuisine