|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquestion.Question
public abstract class Question
Field Summary | |
---|---|
(package private) Difficulty |
difficulty
|
(package private) java.util.Date |
lastUsed
|
(package private) java.lang.String |
name
|
(package private) java.lang.String |
question
|
(package private) int |
timeHours
|
(package private) int |
timeMinutes
|
Constructor Summary | |
---|---|
Question()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String name
java.lang.String question
Difficulty difficulty
int timeHours
int timeMinutes
java.util.Date lastUsed
Constructor Detail |
---|
public Question()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |