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()
          Method getModelEncoding.
 java.lang.String getOutputName()
          Get the outputName field.
 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)
          Set an encoding used for reading/writing the model.
 void setOutputName(java.lang.String outputName)
          Set the outputName field.
 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 -
Returns:
boolean

getMeta

public DocumentMeta getMeta()
Get the Meta information properties.

Returns:
DocumentMeta

getModelEncoding

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

Returns:
the current encoding used when reading/writing this model

getOutputName

public java.lang.String getOutputName()
Get the outputName field.

Returns:
String

getToc

public DocumentTOC getToc()
Get the TOC information properties.

Returns:
DocumentTOC

hashCode

public int hashCode()
Method hashCode.

Returns:
int

setMeta

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

Parameters:
meta -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding -

setOutputName

public void setOutputName(java.lang.String outputName)
Set the outputName field.

Parameters:
outputName -

setToc

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

Parameters:
toc -

toString

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

Returns:
String


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