org.pentaho.di.trans.steps.append
Class AppendData

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

public class AppendData
extends BaseStepData
implements StepDataInterface

Since:
3-june-2007
Author:
Sven Boden

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 boolean firstTail
           
 RowSet headRowSet
           
 RowMetaInterface outputRowMeta
           
 boolean processHead
           
 boolean processTail
           
 RowSet tailRowSet
           
 
Constructor Summary
AppendData()
          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

processHead

public boolean processHead

processTail

public boolean processTail

firstTail

public boolean firstTail

headRowSet

public RowSet headRowSet

tailRowSet

public RowSet tailRowSet

outputRowMeta

public RowMetaInterface outputRowMeta
Constructor Detail

AppendData

public AppendData()
Default constructor.