org.marketcetera.orderloader.system
Class Row

java.lang.Object
  extended by org.marketcetera.orderloader.system.Row

public class Row
extends Object

An object instance to encapsulate an array of columns for a row.

Since:
2.0.0
Version:
$Id: Row.java 16154 2012-07-14 16:34:05Z colin $
Author:
anshul@marketcetera.com

Constructor Summary
Row(String[] inRow)
          Creates an instance.
 
Method Summary
 String[] getRow()
          Returns the row value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Row

public Row(String[] inRow)
Creates an instance.

Parameters:
inRow - the row value.
Method Detail

getRow

public String[] getRow()
Returns the row value.

Returns:
the row value.


Copyright © 2012. All Rights Reserved.