public class DocumentModel
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private DocumentCover |
cover
The meta data to construct a cover page for the
document.
|
private DocumentMeta |
meta
The Meta information properties.
|
private java.lang.String |
modelEncoding
Field modelEncoding.
|
private java.lang.String |
outputName
The name of the generated document, without
extension.
|
private DocumentTOC |
toc
The TOC (Table of Contents) information
properties.
|
| Constructor and Description |
|---|
DocumentModel() |
| Modifier and Type | Method and 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.
|
private java.lang.String outputName
private DocumentMeta meta
private DocumentTOC toc
private DocumentCover cover
private java.lang.String modelEncoding
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