public class DocumentModel extends Object implements Serializable
| Constructor and Description |
|---|
DocumentModel() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public boolean equals(Object other)
public DocumentCover getCover()
public DocumentMeta getMeta()
public String getModelEncoding()
public String getOutputName()
public DocumentTOC getToc()
public 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 - Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.