org.equanda.reporting.driver
Class RecordBatch

java.lang.Object
  extended by org.equanda.reporting.driver.RecordBatch
All Implemented Interfaces:
Serializable

public class RecordBatch
extends Object
implements Serializable

Author:
NetRom team
See Also:
Serialized Form

Constructor Summary
RecordBatch(ArrayList<String> f, ArrayList r)
           
 
Method Summary
 boolean getEof()
           
 ArrayList<String> getFieldNames()
           
 ArrayList getRecords()
           
 void setEof()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordBatch

public RecordBatch(ArrayList<String> f,
                   ArrayList r)
Method Detail

getEof

public boolean getEof()

setEof

public void setEof()

getFieldNames

public ArrayList<String> getFieldNames()

getRecords

public ArrayList getRecords()


Copyright © 2007-2009. All Rights Reserved.