Package net.sf.jasperreports.data.empty
Class EmptyDataAdapterImpl
- java.lang.Object
-
- net.sf.jasperreports.data.AbstractDataAdapter
-
- net.sf.jasperreports.data.empty.EmptyDataAdapterImpl
-
- All Implemented Interfaces:
DataAdapter,EmptyDataAdapter
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 java.lang.IntegergetRecordCount()voidsetRecordCount(java.lang.Integer recordCount)-
Methods inherited from class net.sf.jasperreports.data.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.data.DataAdapter
getName, setName
-
-
-
-
Method Detail
-
getRecordCount
public java.lang.Integer getRecordCount()
- Specified by:
getRecordCountin interfaceEmptyDataAdapter
-
setRecordCount
public void setRecordCount(java.lang.Integer recordCount)
- Specified by:
setRecordCountin interfaceEmptyDataAdapter
-
-