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
ConstructorDescriptionStream
(StreamInterface stream) Stream
(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setDescription
(String description) void
setStepMeta
(StepMeta stepMeta) void
setStreamIcon
(StreamIcon streamIcon) void
setStreamType
(StreamInterface.StreamType streamType) void
setSubject
(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:
getStepname
in interfaceStreamInterface
-
getDescription
- Specified by:
getDescription
in interfaceStreamInterface
- Returns:
- the description
-
setDescription
- Specified by:
setDescription
in interfaceStreamInterface
- Parameters:
description
- the description to set
-
getStreamType
- Specified by:
getStreamType
in interfaceStreamInterface
- Returns:
- the streamType
-
setStreamType
- Specified by:
setStreamType
in interfaceStreamInterface
- Parameters:
streamType
- the streamType to set
-
getStepMeta
- Specified by:
getStepMeta
in interfaceStreamInterface
- Returns:
- the stepMeta
-
setStepMeta
- Specified by:
setStepMeta
in interfaceStreamInterface
- Parameters:
stepMeta
- the stepMeta to set
-
getStreamIcon
- Specified by:
getStreamIcon
in interfaceStreamInterface
- Returns:
- the streamIcon
-
setStreamIcon
- Specified by:
setStreamIcon
in interfaceStreamInterface
- Parameters:
streamIcon
- the streamIcon to set
-
getSubject
- Specified by:
getSubject
in interfaceStreamInterface
- Returns:
- the subject
-
setSubject
- Specified by:
setSubject
in interfaceStreamInterface
- Parameters:
subject
- the subject to set
-