Class Session

java.lang.Object
csce331.group13.project2.models.Session

public class Session extends Object
Singleton used to store information about the logged-in employee across the UI
Author:
Austin Glander
  • Constructor Details

    • Session

      public Session()
  • Method Details

    • setCurrentEmployee

      public static void setCurrentEmployee(Employee employee)
    • getCurrentEmployee

      public static Employee getCurrentEmployee()
    • isManager

      public static boolean isManager()
    • clear

      public static void clear()