net.officefloor.maven
Class Section

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

public class Section
extends Object

Section of a Chapter.

Author:
Daniel Sagenschneider

Field Summary
 String id
          Id.
 String name
          Name.
 String reference
          Reference.
 
Constructor Summary
Section(String id, String name, String reference)
          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.


name

public final String name
Name.


reference

public final String reference
Reference.

Constructor Detail

Section

public Section(String id,
               String name,
               String reference)
Initiate.

Parameters:
id - Id.
name - Name.
reference - Reference.


Copyright © 2005-2011. All Rights Reserved.