com.raritantechnologies.searchApp
Class BasicDataTable

java.lang.Object
  extended bycom.raritantechnologies.searchApp.BasicDataTable
All Implemented Interfaces:
IDataTableDescriptor

public class BasicDataTable
extends java.lang.Object
implements IDataTableDescriptor


Constructor Summary
BasicDataTable()
           
 
Method Summary
 void addDataRow(IDataRowDescriptor dataRow)
           
 IDataRowDescriptor[] getRows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicDataTable

public BasicDataTable()
Method Detail

getRows

public IDataRowDescriptor[] getRows()
Specified by:
getRows in interface IDataTableDescriptor

addDataRow

public void addDataRow(IDataRowDescriptor dataRow)