MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / getPrevChapter

Method getPrevChapter

src/org/albite/book/model/book/Chapter.java:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 public final Chapter getPrevChapter() {
65 return prevChapter;
66 }
67
68 public final void setPrevChapter(final Chapter bc) {
69 prevChapter = bc;

Callers 2

handleDummyPageMethod · 0.80
BookletMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected