org.apache.maven.doxia.docrenderer.document
Class DocumentTOC

java.lang.Object
  extended byorg.apache.maven.doxia.docrenderer.document.DocumentTOC
All Implemented Interfaces:
java.io.Serializable

public class DocumentTOC
extends java.lang.Object
implements java.io.Serializable

A Table Of Content for the document.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
DocumentTOC()
           
 
Method Summary
 void addItem(DocumentTOCItem documentTOCItem)
          Method addItem.
 boolean equals(java.lang.Object other)
          Method equals.
 java.util.List getItems()
          Method getItems.
 java.lang.String getName()
          Get the name to use for the menu.
 int hashCode()
          Method hashCode.
 void removeItem(DocumentTOCItem documentTOCItem)
          Method removeItem.
 void setItems(java.util.List items)
          Set tOC item.
 void setName(java.lang.String name)
          Set the name to use for the menu.
 java.lang.String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentTOC

public DocumentTOC()
Method Detail

addItem

public void addItem(DocumentTOCItem documentTOCItem)
Method addItem.

Parameters:
documentTOCItem -

equals

public boolean equals(java.lang.Object other)
Method equals.

Parameters:
other -
Returns:
boolean

getItems

public java.util.List getItems()
Method getItems.

Returns:
List

getName

public java.lang.String getName()
Get the name to use for the menu.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Returns:
int

removeItem

public void removeItem(DocumentTOCItem documentTOCItem)
Method removeItem.

Parameters:
documentTOCItem -

setItems

public void setItems(java.util.List items)
Set tOC item.

Parameters:
items -

setName

public void setName(java.lang.String name)
Set the name to use for the menu.

Parameters:
name -

toString

public java.lang.String toString()
Method toString.

Returns:
String


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.