|
||||||||||
| 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(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. |
String |
getModelEncoding()
Get the modelEncoding field. |
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(String modelEncoding)
Set the modelEncoding field. |
void |
setOutputName(String outputName)
Set the name of the generated document, without extension. |
void |
setToc(DocumentTOC toc)
Set the TOC (Table of Contents) information properties. |
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(Object other)
equals in class Objectother -
public DocumentCover getCover()
public DocumentMeta getMeta()
public String getModelEncoding()
public String getOutputName()
public DocumentTOC getToc()
public int hashCode()
hashCode in class Objectpublic void setCover(DocumentCover cover)
cover - public void setMeta(DocumentMeta meta)
meta - public void setModelEncoding(String modelEncoding)
modelEncoding - public void setOutputName(String outputName)
outputName - public void setToc(DocumentTOC toc)
toc - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||