java.io.Serializablepublic class DocumentModel
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
DocumentModel() |
| Modifier and Type | Method | Description |
|---|---|---|
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() |
Get the modelEncoding field.
|
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 the modelEncoding field.
|
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.
|
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