|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlecturequiz.server.service.QuestionInfo
public class QuestionInfo
Field Summary | |
---|---|
java.util.ArrayList<Answer> |
answers
|
int |
id
|
java.lang.String |
text
|
int |
timeleft
|
int |
timeout
|
Constructor Summary | |
---|---|
QuestionInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int id
public java.lang.String text
public java.util.ArrayList<Answer> answers
public int timeout
public int timeleft
Constructor Detail |
---|
public QuestionInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |