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 StringgetFactoryClass()StringgetMethodName()booleanisUseFieldDescription()voidsetFactoryClass(String factoryClass)voidsetMethodName(String methodName)voidsetUseFieldDescription(boolean isUseFieldDescription)-
Methods inherited from interface net.sf.jasperreports.data.ClasspathAwareDataAdapter
getClasspath, setClasspath
-
Methods inherited from interface net.sf.jasperreports.data.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)
-
-