org.pentaho.di.trans.steps.addsequence
Class AddSequenceData

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

public class AddSequenceData
extends BaseStepData
implements StepDataInterface

Since:
24-jan-2005
Author:
Matt

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 Counter counter
           
 long increment
           
 long maximum
           
 RowMetaInterface outputRowMeta
           
 String realSchemaName
           
 String realSequenceName
           
 long start
           
 
Constructor Summary
AddSequenceData()
           
 
Method Summary
 Database getDb()
           
 String getLookup()
           
 void setDb(Database db)
           
 void setLookup(String lookup)
           
 
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

outputRowMeta

public RowMetaInterface outputRowMeta

counter

public Counter counter

start

public long start

increment

public long increment

maximum

public long maximum

realSchemaName

public String realSchemaName

realSequenceName

public String realSequenceName
Constructor Detail

AddSequenceData

public AddSequenceData()
Method Detail

getDb

public Database getDb()
Returns:
Returns the db.

setDb

public void setDb(Database db)
Parameters:
db - The db to set.

getLookup

public String getLookup()
Returns:
Returns the lookup string usually "@@"+the name of the sequence.

setLookup

public void setLookup(String lookup)
Parameters:
lookup - the lookup string usually "@@"+the name of the sequence.