public class LessonSession extends Object
| Constructor and Description |
|---|
LessonSession() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentLessonScreen()
Getter for the field
currentLessonScreen. |
boolean |
isAuthenticated()
isAuthenticated.
|
void |
setAuthenticated(boolean isAuthenticated)
setAuthenticated.
|
void |
setCurrentLessonScreen(String currentLessonScreen)
Setter for the field
currentLessonScreen. |
public void setAuthenticated(boolean isAuthenticated)
setAuthenticated.
isAuthenticated - a boolean.public boolean isAuthenticated()
isAuthenticated.
public void setCurrentLessonScreen(String currentLessonScreen)
Setter for the field currentLessonScreen.
currentLessonScreen - a String object.Copyright © 2006–2016 OWASP. All rights reserved.