org.pentaho.di.trans.step.errorhandling
Class Stream

java.lang.Object
  extended by org.pentaho.di.trans.step.errorhandling.Stream
All Implemented Interfaces:
StreamInterface

public class Stream
extends Object
implements StreamInterface


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.pentaho.di.trans.step.errorhandling.StreamInterface
StreamInterface.StreamType
 
Constructor Summary
Stream(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 StepMeta getStepMeta()
           
 String getStepname()
           
 StreamIcon getStreamIcon()
           
 StreamInterface.StreamType getStreamType()
           
 Object getSubject()
           
 void setDescription(String description)
           
 void setStepMeta(StepMeta stepMeta)
           
 void setStreamIcon(StreamIcon streamIcon)
           
 void setStreamType(StreamInterface.StreamType streamType)
           
 void setSubject(Object subject)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Stream

public Stream(StreamInterface.StreamType streamType,
              StepMeta stepMeta,
              String description,
              StreamIcon streamIcon,
              Object subject)
Parameters:
streamType -
stepname -
stepMeta -
description -
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getStepname

public String getStepname()
Specified by:
getStepname in interface StreamInterface

getDescription

public String getDescription()
Specified by:
getDescription in interface StreamInterface
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set

getStreamType

public StreamInterface.StreamType getStreamType()
Specified by:
getStreamType in interface StreamInterface
Returns:
the streamType

setStreamType

public void setStreamType(StreamInterface.StreamType streamType)
Specified by:
setStreamType in interface StreamInterface
Parameters:
streamType - the streamType to set

getStepMeta

public StepMeta getStepMeta()
Specified by:
getStepMeta in interface StreamInterface
Returns:
the stepMeta

setStepMeta

public void setStepMeta(StepMeta stepMeta)
Specified by:
setStepMeta in interface StreamInterface
Parameters:
stepMeta - the stepMeta to set

getStreamIcon

public StreamIcon getStreamIcon()
Specified by:
getStreamIcon in interface StreamInterface
Returns:
the streamIcon

setStreamIcon

public void setStreamIcon(StreamIcon streamIcon)
Specified by:
setStreamIcon in interface StreamInterface
Parameters:
streamIcon - the streamIcon to set

getSubject

public Object getSubject()
Specified by:
getSubject in interface StreamInterface
Returns:
the subject

setSubject

public void setSubject(Object subject)
Specified by:
setSubject in interface StreamInterface
Parameters:
subject - the subject to set