org.pentaho.di.trans.steps.getpreviousrowfield
Class GetPreviousRowFieldData

java.lang.Object
  extended by org.pentaho.di.trans.step.BaseStepData
      extended by org.pentaho.di.trans.steps.getpreviousrowfield.GetPreviousRowFieldData
All Implemented Interfaces:
StepDataInterface

public class GetPreviousRowFieldData
extends BaseStepData
implements StepDataInterface

return field value from previous row.

Since:
07 September 2008
Author:
Samatar Hassan

Field Summary
 org.pentaho.di.core.row.RowMetaInterface inputRowMeta
           
 int[] inStreamNrs
           
 int NrPrevFields
           
 org.pentaho.di.core.row.RowMetaInterface outputRowMeta
           
 String[] outStreamNrs
           
 Object[] previousRow
           
 
Fields inherited from interface org.pentaho.di.trans.step.StepDataInterface
STATUS_DISPOSED, STATUS_EMPTY, STATUS_FINISHED, STATUS_HALTED, STATUS_HALTING, STATUS_IDLE, STATUS_INIT, STATUS_PAUSED, STATUS_RUNNING, STATUS_STOPPED
 
Constructor Summary
GetPreviousRowFieldData()
          Default constructor.
 
Method Summary
 
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
 

Field Detail

inStreamNrs

public int[] inStreamNrs

outStreamNrs

public String[] outStreamNrs

previousRow

public Object[] previousRow

inputRowMeta

public org.pentaho.di.core.row.RowMetaInterface inputRowMeta

outputRowMeta

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

NrPrevFields

public int NrPrevFields
Constructor Detail

GetPreviousRowFieldData

public GetPreviousRowFieldData()
Default constructor.