org.pentaho.di.trans.step.errorhandling
Class Stream
java.lang.Object
  
org.pentaho.di.trans.step.errorhandling.Stream
- All Implemented Interfaces: 
 - StreamInterface
 
public class Stream
- extends Object
- implements StreamInterface
  
 
 
 
 
 
Stream
public Stream(StreamInterface.StreamType streamType,
              StepMeta stepMeta,
              String description,
              StreamIcon streamIcon,
              Object subject)
- Parameters:
 streamType - stepname - stepMeta - description - 
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