Package net.sf.jasperreports.data.bean
Class BeanDataAdapterImpl
- java.lang.Object
-
- net.sf.jasperreports.dataadapters.AbstractDataAdapter
-
- net.sf.jasperreports.dataadapters.AbstractClasspathAwareDataAdapter
-
- net.sf.jasperreports.data.bean.BeanDataAdapterImpl
-
- All Implemented Interfaces:
BeanDataAdapter
,ClasspathAwareDataAdapter
,DataAdapter
public class BeanDataAdapterImpl extends AbstractClasspathAwareDataAdapter implements BeanDataAdapter
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description BeanDataAdapterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFactoryClass()
String
getMethodName()
boolean
isUseFieldDescription()
void
setFactoryClass(String factoryClass)
void
setMethodName(String methodName)
void
setUseFieldDescription(boolean isUseFieldDescription)
-
Methods inherited from class net.sf.jasperreports.dataadapters.AbstractClasspathAwareDataAdapter
getClasspath, setClasspath
-
Methods inherited from class net.sf.jasperreports.dataadapters.AbstractDataAdapter
getName, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.dataadapters.ClasspathAwareDataAdapter
getClasspath, setClasspath
-
Methods inherited from interface net.sf.jasperreports.dataadapters.DataAdapter
getName, setName
-
-
-
-
Method Detail
-
isUseFieldDescription
public boolean isUseFieldDescription()
- Specified by:
isUseFieldDescription
in interfaceBeanDataAdapter
-
setUseFieldDescription
public void setUseFieldDescription(boolean isUseFieldDescription)
- Specified by:
setUseFieldDescription
in interfaceBeanDataAdapter
-
getFactoryClass
public String getFactoryClass()
- Specified by:
getFactoryClass
in interfaceBeanDataAdapter
-
setFactoryClass
public void setFactoryClass(String factoryClass)
- Specified by:
setFactoryClass
in interfaceBeanDataAdapter
-
getMethodName
public String getMethodName()
- Specified by:
getMethodName
in interfaceBeanDataAdapter
-
setMethodName
public void setMethodName(String methodName)
- Specified by:
setMethodName
in interfaceBeanDataAdapter
-
-