public class SaWsContent extends Object
Constructor and Description |
---|
SaWsContent()
Creates a new instance of SaWsContent.
|
SaWsContent(DataHandler dataHandler,
String fileName) |
Modifier and Type | Method and Description |
---|---|
DataHandler |
getContent()
Returns the content for a document.
|
String |
getFilename()
Returns the filename of the document's content.
|
int |
getPosition() |
Map<String,String> |
getVariables() |
void |
setContent(DataHandler dataHandler)
Sets the content for a document.
|
void |
setFilename(String fileName)
Sets the filename of the document's content.
|
void |
setPosition(int position) |
void |
setVariables(Map<String,String> variables) |
public SaWsContent()
public SaWsContent(DataHandler dataHandler, String fileName)
dataHandler
- Content data handlerfileName
- Filenamepublic DataHandler getContent()
public void setContent(DataHandler dataHandler)
dataHandler
- Content data handlerpublic String getFilename()
public void setFilename(String fileName)
fileName
- Filenamepublic int getPosition()
public void setPosition(int position)
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.