|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.officefloor.maven.Chapter
public class Chapter
Chapter of the book.
| Field Summary | |
|---|---|
String |
id
Id. |
List<Section> |
sections
Sections. |
String |
title
Title. |
| Constructor Summary | |
|---|---|
Chapter(String id,
String title)
Initiate. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final String id
public final String title
public final List<Section> sections
| Constructor Detail |
|---|
public Chapter(String id,
String title)
id - Id.title - Title.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||