| java.lang.Object org.ddsteps.dataset.bean.DataSetBean
DataSetBean | public class DataSetBean implements DataSet(Code) | | In-memory bean implementation of DataSet.
author: Adam version: $Id: DataSetBean.java,v 1.1 2005/12/03 12:51:40 adamskogman Exp $ |
Constructor Summary | |
public | DataSetBean() Default constructor. |
tables | final protected Map tables(Code) | | Field: Map of String (tableName) to Table
|
DataSetBean | public DataSetBean()(Code) | | Default constructor.
|
addTable | public DataTable addTable(DataTable table)(Code) | | Add a table to the set.
Parameters: table - Not null. Old table by that name, if any, else null. |
|
|