|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.pavlov.library.BookReference net.sourceforge.pavlov.library.ChapterReference net.sourceforge.pavlov.library.QuestionReference
public final class QuestionReference
Locates a chapter.
Question
,
Book
,
Library
Field Summary | |
---|---|
protected String |
quesID
|
Fields inherited from class net.sourceforge.pavlov.library.ChapterReference |
---|
cpName |
Fields inherited from class net.sourceforge.pavlov.library.BookReference |
---|
bkName, lib |
Constructor Summary | |
---|---|
QuestionReference(AbstractLibrary library,
String bookName,
String chapterName,
String questionID)
|
Method Summary | |
---|---|
Question |
getQuestion()
|
String |
getQuestionID()
|
Methods inherited from class net.sourceforge.pavlov.library.ChapterReference |
---|
getChapter, getChapterName, isABook, isAChapter |
Methods inherited from class net.sourceforge.pavlov.library.BookReference |
---|
getBook, getBookName, getLibrary |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String quesID
Constructor Detail |
---|
public QuestionReference(AbstractLibrary library, String bookName, String chapterName, String questionID)
Method Detail |
---|
public String getQuestionID()
public Question getQuestion()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |