public class RowSetRow extends Object
| Constructor and Description |
|---|
RowSetRow(org.pentaho.di.core.RowSet rowSet,
org.pentaho.di.core.row.RowMetaInterface rowMeta,
Object[] rowData) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getRowData() |
org.pentaho.di.core.row.RowMetaInterface |
getRowMeta() |
org.pentaho.di.core.RowSet |
getRowSet() |
void |
setRowData(Object[] rowData) |
void |
setRowMeta(org.pentaho.di.core.row.RowMetaInterface rowMeta) |
void |
setRowSet(org.pentaho.di.core.RowSet rowSet) |
public RowSetRow(org.pentaho.di.core.RowSet rowSet,
org.pentaho.di.core.row.RowMetaInterface rowMeta,
Object[] rowData)
rowSet - rowData - public org.pentaho.di.core.RowSet getRowSet()
public void setRowSet(org.pentaho.di.core.RowSet rowSet)
rowSet - the rowSet to setpublic Object[] getRowData()
public void setRowData(Object[] rowData)
rowData - the rowData to setpublic org.pentaho.di.core.row.RowMetaInterface getRowMeta()
public void setRowMeta(org.pentaho.di.core.row.RowMetaInterface rowMeta)
rowMeta - the rowMeta to set