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

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

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

A menu item.

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

Constructor Summary
DocumentTOCItem()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals.
 java.lang.String getName()
          Get the name to use for the toc.
 java.lang.String getRef()
          Get the ref to use for the item.
 int hashCode()
          Method hashCode.
 void setName(java.lang.String name)
          Set the name to use for the toc.
 void setRef(java.lang.String ref)
          Set the ref to use for the item.
 java.lang.String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentTOCItem

public DocumentTOCItem()
Method Detail

equals

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

Parameters:
other -
Returns:
boolean

getName

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

Returns:
String

getRef

public java.lang.String getRef()
Get the ref to use for the item.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Returns:
int

setName

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

Parameters:
name -

setRef

public void setRef(java.lang.String ref)
Set the ref to use for the item.

Parameters:
ref -

toString

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

Returns:
String


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