net.officefloor.maven
Class Chapter

java.lang.Object
  extended by net.officefloor.maven.Chapter

public class Chapter
extends Object

Chapter of the book.

Author:
Daniel Sagenschneider

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

id

public final String id
Id.


title

public final String title
Title.


sections

public final List<Section> sections
Sections.

Constructor Detail

Chapter

public Chapter(String id,
               String title)
Initiate.

Parameters:
id - Id.
title - Title.


Copyright © 2005-2011. All Rights Reserved.