Class Stream
- java.lang.Object
-
- 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
Constructors Constructor Description Stream(StreamInterface stream)Stream(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDescription()StepMetagetStepMeta()StringgetStepname()StreamIcongetStreamIcon()StreamInterface.StreamTypegetStreamType()ObjectgetSubject()inthashCode()voidsetDescription(String description)voidsetStepMeta(StepMeta stepMeta)voidsetStreamIcon(StreamIcon streamIcon)voidsetStreamType(StreamInterface.StreamType streamType)voidsetSubject(Object subject)StringtoString()
-
-
-
Constructor Detail
-
Stream
public Stream(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject)
- Parameters:
streamType-stepname-stepMeta-description-
-
Stream
public Stream(StreamInterface stream)
-
-
Method Detail
-
getStepname
public String getStepname()
- Specified by:
getStepnamein interfaceStreamInterface
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceStreamInterface- Returns:
- the description
-
setDescription
public void setDescription(String description)
- Specified by:
setDescriptionin interfaceStreamInterface- Parameters:
description- the description to set
-
getStreamType
public StreamInterface.StreamType getStreamType()
- Specified by:
getStreamTypein interfaceStreamInterface- Returns:
- the streamType
-
setStreamType
public void setStreamType(StreamInterface.StreamType streamType)
- Specified by:
setStreamTypein interfaceStreamInterface- Parameters:
streamType- the streamType to set
-
getStepMeta
public StepMeta getStepMeta()
- Specified by:
getStepMetain interfaceStreamInterface- Returns:
- the stepMeta
-
setStepMeta
public void setStepMeta(StepMeta stepMeta)
- Specified by:
setStepMetain interfaceStreamInterface- Parameters:
stepMeta- the stepMeta to set
-
getStreamIcon
public StreamIcon getStreamIcon()
- Specified by:
getStreamIconin interfaceStreamInterface- Returns:
- the streamIcon
-
setStreamIcon
public void setStreamIcon(StreamIcon streamIcon)
- Specified by:
setStreamIconin interfaceStreamInterface- Parameters:
streamIcon- the streamIcon to set
-
getSubject
public Object getSubject()
- Specified by:
getSubjectin interfaceStreamInterface- Returns:
- the subject
-
setSubject
public void setSubject(Object subject)
- Specified by:
setSubjectin interfaceStreamInterface- Parameters:
subject- the subject to set
-
-