|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.document.DocumentModel
public class DocumentModel
Describes the overall document model.
| Constructor Summary | |
|---|---|
DocumentModel()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
Method equals. |
DocumentCover |
getCover()
Get The meta data to construct a cover page for the document. |
DocumentMeta |
getMeta()
Get The Meta information properties. |
java.lang.String |
getModelEncoding()
Method getModelEncoding. |
java.lang.String |
getOutputName()
Get The name of the generated document, without extension. |
DocumentTOC |
getToc()
Get The TOC (Table of Contents) information properties. |
int |
hashCode()
Method hashCode. |
void |
setCover(DocumentCover cover)
Set The meta data to construct a cover page for the document. |
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 name of the generated document, without extension. |
void |
setToc(DocumentTOC toc)
Set The TOC (Table of Contents) 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 |
|---|
public DocumentModel()
| Method Detail |
|---|
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother -
public DocumentCover getCover()
public DocumentMeta getMeta()
public java.lang.String getModelEncoding()
public java.lang.String getOutputName()
public DocumentTOC getToc()
public int hashCode()
hashCode in class java.lang.Objectpublic void setCover(DocumentCover cover)
cover - public void setMeta(DocumentMeta meta)
meta - public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - public void setOutputName(java.lang.String outputName)
outputName - public void setToc(DocumentTOC toc)
toc - public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||