Class RowGeneratorData

java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.rowgenerator.RowGeneratorData
All Implemented Interfaces:
StepDataInterface

public class RowGeneratorData extends BaseStepData implements StepDataInterface
Since:
24-jan-2005
Author:
Matt
  • Field Details

    • outputRowMeta

      public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
    • outputRowData

      public Object[] outputRowData
    • rowLimit

      public long rowLimit
    • rowsWritten

      public long rowsWritten
    • rowDate

      public Date rowDate
    • prevDate

      public Date prevDate
    • delay

      public long delay
  • Constructor Details

    • RowGeneratorData

      public RowGeneratorData()