public interface IBookletEntry
| Modifier and Type | Method and Description |
|---|---|
void |
addChapter(IBookletChapter chapter) |
java.util.List<IBookletChapter> |
getChapters() |
java.lang.String |
getIdentifier() |
java.lang.String |
getLocalizedName() |
java.lang.String |
getLocalizedNameWithFormatting() |
void |
setChapters(java.util.List<IBookletChapter> chapters) |
java.util.List<IBookletChapter> getChapters()
void setChapters(java.util.List<IBookletChapter> chapters)
java.lang.String getIdentifier()
java.lang.String getLocalizedName()
java.lang.String getLocalizedNameWithFormatting()
void addChapter(IBookletChapter chapter)