Arch4J 1.1

org.arch4j.parse
Class RecordData

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--org.arch4j.parse.RecordData
All Implemented Interfaces:
Cloneable, Map, Serializable

public class RecordData
extends HashMap

See Also:
Serialized Form

Constructor Summary
RecordData()
           
 
Method Summary
 BigDecimal getBigDecimal(Object aKey)
           
 Date getDate(Object aKey)
           
 int getRecordNumber()
           
 String getString(Object aKey)
           
 void setRecordNumber(int aRecordNumber)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

RecordData

public RecordData()
Method Detail

setRecordNumber

public void setRecordNumber(int aRecordNumber)

getRecordNumber

public int getRecordNumber()

getBigDecimal

public BigDecimal getBigDecimal(Object aKey)
                         throws RecordDataInputException
RecordDataInputException

getDate

public Date getDate(Object aKey)
             throws RecordDataInputException
RecordDataInputException

getString

public String getString(Object aKey)

Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.