net.sourceforge.pavlov.library
Class ChapterReference
java.lang.Object
net.sourceforge.pavlov.library.BookReference
net.sourceforge.pavlov.library.ChapterReference
- Direct Known Subclasses:
- QuestionReference
public class ChapterReference
- extends BookReference
Locates a chapter.
- See Also:
Question
,
Book
,
Library
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cpName
protected String cpName
ChapterReference
public ChapterReference(AbstractLibrary library,
String bookName,
String chapterName)
getChapterName
public String getChapterName()
isAChapter
public boolean isAChapter()
isABook
public boolean isABook()
getChapter
public Chapter getChapter()