org.jete.db
Class SimpleDataSetWrapper

java.lang.Object
  extended byorg.jete.db.SimpleDataSetWrapper
All Implemented Interfaces:
DataSetWrapper

public class SimpleDataSetWrapper
extends java.lang.Object
implements DataSetWrapper

Allows Spring configurability of the DataSet by letting the system test configuration specify any data set, and using this wrapper as simply a container for passing that DataSet to the DBSetupAction.

Version:
$Id: SimpleDataSetWrapper.html,v 1.1 2006/03/12 02:46:57 tdeast Exp $

Constructor Summary
SimpleDataSetWrapper()
           
SimpleDataSetWrapper(org.dbunit.dataset.IDataSet dataSet)
           
 
Method Summary
 org.dbunit.dataset.IDataSet getDataSet()
           
 void setDataSet(org.dbunit.dataset.IDataSet iDataSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDataSetWrapper

public SimpleDataSetWrapper(org.dbunit.dataset.IDataSet dataSet)

SimpleDataSetWrapper

public SimpleDataSetWrapper()
Method Detail

getDataSet

public org.dbunit.dataset.IDataSet getDataSet()
                                       throws org.dbunit.dataset.DataSetException,
                                              java.io.IOException
Specified by:
getDataSet in interface DataSetWrapper
Throws:
org.dbunit.dataset.DataSetException
java.io.IOException

setDataSet

public void setDataSet(org.dbunit.dataset.IDataSet iDataSet)