Package dataModel

Class Chef


  • public class Chef
    extends Employee

    Chef

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

      • Chef

        public Chef()
      • Chef

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

      • computeSalary

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