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

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

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

Describes the overall document model.

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

Constructor Summary
DocumentModel()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals
 DocumentMeta getMeta()
          Get The Meta information properties.
 java.lang.String getModelEncoding()
           
 java.lang.String getOutputName()
          Get null
 DocumentTOC getToc()
          Get The TOC information properties.
 int hashCode()
          Method hashCode
 void setMeta(DocumentMeta meta)
          Set The Meta information properties.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setOutputName(java.lang.String outputName)
          Set null
 void setToc(DocumentTOC toc)
          Set The TOC information properties.
 java.lang.String toString()
          Method toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentModel

public DocumentModel()
Method Detail

equals

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

Parameters:
other -

getMeta

public DocumentMeta getMeta()
Get The Meta information properties.


getOutputName

public java.lang.String getOutputName()
Get null


getToc

public DocumentTOC getToc()
Get The TOC information properties.


hashCode

public int hashCode()
Method hashCode


setMeta

public void setMeta(DocumentMeta meta)
Set The Meta information properties.

Parameters:
meta -

setOutputName

public void setOutputName(java.lang.String outputName)
Set null

Parameters:
outputName -

setToc

public void setToc(DocumentTOC toc)
Set The TOC information properties.

Parameters:
toc -

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.