org.cid.distribution.plugins.data
Class DataRow

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap<java.lang.String,java.lang.Object>
              extended by org.cid.distribution.plugins.data.DataRow
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>

public class DataRow
extends java.util.LinkedHashMap<java.lang.String,java.lang.Object>

Stores a row of data.

This class is the core of the data plugins package. It stores a row of data. Each rows contains an ordered list of columns

Version:
$Revision: 173 $
See Also:
Serialized Form

Constructor Summary
DataRow()
           
 
Method Summary
 
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, get
 
Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

DataRow

public DataRow()


Copyright © 2006 null. All Rights Reserved.