Class RowSetRow

java.lang.Object
org.pentaho.di.trans.steps.sortedmerge.RowSetRow

public class RowSetRow extends Object
  • 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

      public Object[] getRowData()
      Returns:
      the rowData
    • setRowData

      public void setRowData(Object[] rowData)
      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