org.marketcetera.orderloader.system
Class Row
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Row
public Row(String[] inRow)
- Creates an instance.
- Parameters:
inRow - the row value.
getRow
public String[] getRow()
- Returns the row value.
- Returns:
- the row value.
Copyright © 2012. All Rights Reserved.