org.pentaho.di.trans.steps.sapinput.sap
Class SAPResultSet

java.lang.Object
  extended by org.pentaho.di.trans.steps.sapinput.sap.SAPResultSet

public class SAPResultSet
extends Object


Constructor Summary
SAPResultSet()
           
 
Method Summary
 void addRow(SAPRow row)
           
 Collection<SAPRow> getRows()
           
 void setRows(Collection<SAPRow> rows)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAPResultSet

public SAPResultSet()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getRows

public Collection<SAPRow> getRows()

setRows

public void setRows(Collection<SAPRow> rows)

addRow

public void addRow(SAPRow row)