Package net.sf.jasperreports.data.bean
Interface BeanDataAdapter
-
- All Superinterfaces:
ClasspathAwareDataAdapter
,DataAdapter
- All Known Implementing Classes:
BeanDataAdapterImpl
public interface BeanDataAdapter extends ClasspathAwareDataAdapter
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract 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 interface net.sf.jasperreports.dataadapters.ClasspathAwareDataAdapter
getClasspath, setClasspath
-
Methods inherited from interface net.sf.jasperreports.dataadapters.DataAdapter
getName, setName
-
-
-
-
Method Detail
-
isUseFieldDescription
boolean isUseFieldDescription()
-
setUseFieldDescription
void setUseFieldDescription(boolean isUseFieldDescription)
-
getFactoryClass
String getFactoryClass()
-
setFactoryClass
void setFactoryClass(String factoryClass)
-
getMethodName
String getMethodName()
-
setMethodName
void setMethodName(String methodName)
-
-