|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.pavlov.library.BookReference
net.sourceforge.pavlov.library.ChapterReference
public class ChapterReference
Locates a chapter.
Question,
Book,
Library| Field Summary | |
|---|---|
protected String |
cpName
|
| Fields inherited from class net.sourceforge.pavlov.library.BookReference |
|---|
bkName, lib |
| Constructor Summary | |
|---|---|
ChapterReference(AbstractLibrary library,
String bookName,
String chapterName)
|
|
| Method Summary | |
|---|---|
Chapter |
getChapter()
|
String |
getChapterName()
|
boolean |
isABook()
|
boolean |
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 cpName
| Constructor Detail |
|---|
public ChapterReference(AbstractLibrary library,
String bookName,
String chapterName)
| Method Detail |
|---|
public String getChapterName()
public boolean isAChapter()
public boolean isABook()
public Chapter getChapter()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||