net.sourceforge.pavlov.library
Class BookReference
java.lang.Object
net.sourceforge.pavlov.library.BookReference
- Direct Known Subclasses:
- ChapterReference
public class BookReference
- extends Object
Locates a book.
- See Also:
Question
,
Book
,
Library
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bkName
protected String bkName
lib
protected AbstractLibrary lib
BookReference
public BookReference(AbstractLibrary library,
String bookName)
getBookName
public String getBookName()
getBook
public AbstractBook getBook()
getLibrary
public AbstractLibrary getLibrary()