public class Hint extends Object
Hint class.
| Constructor and Description |
|---|
Hint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHint()
Getter for the field
hint. |
String |
getLesson()
Getter for the field
lesson. |
int |
getNumber()
Getter for the field
number. |
void |
setHint(String hint)
Setter for the field
hint. |
void |
setLesson(String lesson)
Setter for the field
lesson. |
void |
setNumber(int number)
Setter for the field
number. |
public String getHint()
Getter for the field hint.
public void setHint(String hint)
Setter for the field hint.
hint - the hint to setpublic String getLesson()
Getter for the field lesson.
public void setLesson(String lesson)
Setter for the field lesson.
lesson - the lesson to setpublic int getNumber()
Getter for the field number.
public void setNumber(int number)
Setter for the field number.
number - the number to setCopyright © 2006–2016 OWASP. All rights reserved.