Class RowSetRow


  • public class RowSetRow
    extends Object
    • Constructor Detail

      • RowSetRow

        public RowSetRow​(org.pentaho.di.core.RowSet rowSet,
                         org.pentaho.di.core.row.RowMetaInterface rowMeta,
                         Object[] rowData)
        Parameters:
        rowSet -
        rowData -
    • Method Detail

      • 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