public class LessonInfoModel extends Object
LessonInfoModel class.
| Constructor and Description |
|---|
LessonInfoModel(WebSession webSession)
Constructor for LessonInfoModel.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLessonTitle()
Getter for the field
lessonTitle. |
int |
getNumberHints()
Getter for the field
numberHints. |
String |
getSubmitMethod()
Getter for the field
submitMethod. |
boolean |
isHasPlan()
isHasPlan.
|
boolean |
isHasSolution()
isHasSolution.
|
boolean |
isHasSource()
isHasSource.
|
public LessonInfoModel(WebSession webSession)
Constructor for LessonInfoModel.
webSession - a WebSession object.public String getLessonTitle()
Getter for the field lessonTitle.
String object.public int getNumberHints()
Getter for the field numberHints.
public boolean isHasSource()
isHasSource.
public boolean isHasSolution()
isHasSolution.
public boolean isHasPlan()
isHasPlan.
Copyright © 2006–2016 OWASP. All rights reserved.