public class PdfAsParameterImpl extends Object implements PdfAsParameter
Modifier and Type | Field and Description |
---|---|
protected Configuration |
configuration |
protected DataSource |
dataSource |
Constructor and Description |
---|
PdfAsParameterImpl(Configuration configuration,
DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
Configuration |
getConfiguration()
Gets the configuration associated with the parameter
|
DataSource |
getDataSource()
Gets the data source of the parameter
|
void |
setConfiguration(Configuration configuration)
Sets the configuration associated with the parameter
|
void |
setDataSource(DataSource dataSource)
Sets the data source of the parameter
|
protected Configuration configuration
protected DataSource dataSource
public PdfAsParameterImpl(Configuration configuration, DataSource dataSource)
public Configuration getConfiguration()
PdfAsParameter
getConfiguration
in interface PdfAsParameter
public void setConfiguration(Configuration configuration)
PdfAsParameter
setConfiguration
in interface PdfAsParameter
public DataSource getDataSource()
PdfAsParameter
getDataSource
in interface PdfAsParameter
public void setDataSource(DataSource dataSource)
PdfAsParameter
setDataSource
in interface PdfAsParameter