Class Session
java.lang.Object
csce331.group13.project2.models.Session
Singleton used to store information about the logged-in employee across the
UI
- Author:
- Austin Glander
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclear()static Employeestatic booleanstatic voidsetCurrentEmployee(Employee employee)
-
Constructor Details
-
Session
public Session()
-
-
Method Details
-
setCurrentEmployee
-
getCurrentEmployee
-
isManager
public static boolean isManager() -
clear
public static void clear()
-