org.pentaho.di.trans.steps.excelinput
Class ExcelInputRow

java.lang.Object
  extended by org.pentaho.di.trans.steps.excelinput.ExcelInputRow

public class ExcelInputRow
extends Object

Represent 1 row in a an Excel sheet.


Field Summary
 KCell[] cells
           
 int rownr
           
 String sheetName
           
 
Constructor Summary
ExcelInputRow(String sheetName, int rownr, KCell[] cells)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sheetName

public final String sheetName

rownr

public final int rownr

cells

public final KCell[] cells
Constructor Detail

ExcelInputRow

public ExcelInputRow(String sheetName,
                     int rownr,
                     KCell[] cells)