Class PartTimeEmployee

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static double partTimeWage
      Public variable to keep the default starting part time wage of 10
    • Constructor Summary

      Constructors 
      Constructor Description
      PartTimeEmployee​(java.lang.String name, int id)
      Create a new part time empolyee, which is mostly an HourlyEmployee working the part time shift at partTime wages
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • partTimeWage

        public static double partTimeWage
        Public variable to keep the default starting part time wage of 10
    • Constructor Detail

      • PartTimeEmployee

        public PartTimeEmployee​(java.lang.String name,
                                int id)
        Create a new part time empolyee, which is mostly an HourlyEmployee working the part time shift at partTime wages
        Parameters:
        name - Their name
        id - Their id