| java.lang.Object org.ddsteps.dataset.bean.DataRowBean
DataRowBean | public class DataRowBean implements DataRow(Code) | | Keeps values in a map
author: Adam version: $Id: DataRowBean.java,v 1.1 2005/12/03 12:51:40 adamskogman Exp $ |
DataRowBean | public DataRowBean()(Code) | | Default.
|
addValue | public DataValue addValue(DataValue value)(Code) | | Adds or replaces a value (as identified by the name).
Parameters: value - The value, not null. Old value if any, null if new name. |
setId | public void setId(String id)(Code) | | Parameters: id - The id to set. Not Null. |
|
|