gnu.qif
Class RecordArray

java.lang.Object
  |
  +--gnu.qif.RecordArray

public class RecordArray
extends java.lang.Object

A bundle of records, without any restrictions on their type and order.

Version:
$Id: RecordArray.html,v 1.1 2001/11/17 07:42:49 nicolas Exp $
Author:
Nicolas Marchildon

Constructor Summary
RecordArray()
           
 
Method Summary
 void addRecord(QIFRecord record)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordArray

public RecordArray()
Method Detail

addRecord

public void addRecord(QIFRecord record)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object