Class RowSetRow
java.lang.Object
org.pentaho.di.trans.steps.sortedmerge.RowSetRow
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionObject[]
org.pentaho.di.core.row.RowMetaInterface
org.pentaho.di.core.RowSet
void
setRowData
(Object[] rowData) void
setRowMeta
(org.pentaho.di.core.row.RowMetaInterface rowMeta) void
setRowSet
(org.pentaho.di.core.RowSet rowSet)
-
Constructor Details
-
RowSetRow
public RowSetRow(org.pentaho.di.core.RowSet rowSet, org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] rowData) - Parameters:
rowSet
-rowData
-
-
-
Method Details
-
getRowSet
public org.pentaho.di.core.RowSet getRowSet()- Returns:
- the rowSet
-
setRowSet
public void setRowSet(org.pentaho.di.core.RowSet rowSet) - Parameters:
rowSet
- the rowSet to set
-
getRowData
- Returns:
- the rowData
-
setRowData
- Parameters:
rowData
- the rowData to set
-
getRowMeta
public org.pentaho.di.core.row.RowMetaInterface getRowMeta()- Returns:
- the rowMeta
-
setRowMeta
public void setRowMeta(org.pentaho.di.core.row.RowMetaInterface rowMeta) - Parameters:
rowMeta
- the rowMeta to set
-