Package net.sf.jasperreports.data.empty
Class EmptyDataAdapterImpl
- java.lang.Object
-
- net.sf.jasperreports.dataadapters.AbstractDataAdapter
-
- net.sf.jasperreports.data.empty.EmptyDataAdapterImpl
-
- All Implemented Interfaces:
EmptyDataAdapter
,DataAdapter
public class EmptyDataAdapterImpl extends AbstractDataAdapter implements EmptyDataAdapter
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description EmptyDataAdapterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getRecordCount()
void
setRecordCount(Integer recordCount)
-
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.DataAdapter
getName, setName
-
-
-
-
Method Detail
-
getRecordCount
public Integer getRecordCount()
- Specified by:
getRecordCount
in interfaceEmptyDataAdapter
-
setRecordCount
public void setRecordCount(Integer recordCount)
- Specified by:
setRecordCount
in interfaceEmptyDataAdapter
-
-