Package dataModel

Class SousChef


  • public class SousChef
    extends Employee

    SousChef

    Class responsible for handling the information about a sous chef.
    Since:
    2017-07-22
    Version:
    1.0
    • Constructor Detail

      • SousChef

        public SousChef()
      • SousChef

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

      • computeSalary

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