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 getModelEncoding()
           
 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 setModelEncoding(java.lang.String modelEncoding)
           
 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 -

getName

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


getRef

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


hashCode

public int hashCode()
Method hashCode


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


setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.