public class Document extends Object
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackend() |
String |
getDocumentType() |
String |
getOutputPath() |
String |
getPath() |
String |
getTitle() |
void |
setBackend(String backend) |
void |
setDocumentType(String documentType) |
void |
setOutputPath(String outputPath) |
void |
setPath(String path) |
void |
setTitle(String title) |
String |
toString() |
public String getBackend()
public void setBackend(String backend)
public String getDocumentType()
public void setDocumentType(String documentType)
public String getPath()
public void setPath(String path)
public String getTitle()
public void setTitle(String title)
public String getOutputPath()
public void setOutputPath(String outputPath)
Copyright © 2013 Room Work eXperience. All Rights Reserved.