Class Stream
java.lang.Object
org.pentaho.di.trans.step.errorhandling.Stream
- All Implemented Interfaces:
StreamInterface
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.pentaho.di.trans.step.errorhandling.StreamInterface
StreamInterface.StreamType -
Constructor Summary
ConstructorsConstructorDescriptionStream(StreamInterface stream) Stream(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetDescription(String description) voidsetStepMeta(StepMeta stepMeta) voidsetStreamIcon(StreamIcon streamIcon) voidsetStreamType(StreamInterface.StreamType streamType) voidsetSubject(Object subject) toString()
-
Constructor Details
-
Stream
public Stream(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject) - Parameters:
streamType-stepname-stepMeta-description-
-
Stream
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getStepname
- Specified by:
getStepnamein interfaceStreamInterface
-
getDescription
- Specified by:
getDescriptionin interfaceStreamInterface- Returns:
- the description
-
setDescription
- Specified by:
setDescriptionin interfaceStreamInterface- Parameters:
description- the description to set
-
getStreamType
- Specified by:
getStreamTypein interfaceStreamInterface- Returns:
- the streamType
-
setStreamType
- Specified by:
setStreamTypein interfaceStreamInterface- Parameters:
streamType- the streamType to set
-
getStepMeta
- Specified by:
getStepMetain interfaceStreamInterface- Returns:
- the stepMeta
-
setStepMeta
- Specified by:
setStepMetain interfaceStreamInterface- Parameters:
stepMeta- the stepMeta to set
-
getStreamIcon
- Specified by:
getStreamIconin interfaceStreamInterface- Returns:
- the streamIcon
-
setStreamIcon
- Specified by:
setStreamIconin interfaceStreamInterface- Parameters:
streamIcon- the streamIcon to set
-
getSubject
- Specified by:
getSubjectin interfaceStreamInterface- Returns:
- the subject
-
setSubject
- Specified by:
setSubjectin interfaceStreamInterface- Parameters:
subject- the subject to set
-