Class RowSetRow
java.lang.Object
org.pentaho.di.trans.steps.sortedmerge.RowSetRow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[]org.pentaho.di.core.row.RowMetaInterfaceorg.pentaho.di.core.RowSetvoidsetRowData(Object[] rowData) voidsetRowMeta(org.pentaho.di.core.row.RowMetaInterface rowMeta) voidsetRowSet(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
-