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.StreamInterfaceStreamInterface.StreamType
 
- 
 - 
Constructor SummaryConstructors Constructor Description Stream(StreamInterface stream)Stream(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject)
 - 
Method SummaryAll 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- 
Streampublic Stream(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject) - Parameters:
- streamType-
- stepname-
- stepMeta-
- description-
 
 - 
Streampublic Stream(StreamInterface stream) 
 
- 
 - 
Method Detail- 
getStepnamepublic String getStepname() - Specified by:
- getStepnamein interface- StreamInterface
 
 - 
getDescriptionpublic String getDescription() - Specified by:
- getDescriptionin interface- StreamInterface
- Returns:
- the description
 
 - 
setDescriptionpublic void setDescription(String description) - Specified by:
- setDescriptionin interface- StreamInterface
- Parameters:
- description- the description to set
 
 - 
getStreamTypepublic StreamInterface.StreamType getStreamType() - Specified by:
- getStreamTypein interface- StreamInterface
- Returns:
- the streamType
 
 - 
setStreamTypepublic void setStreamType(StreamInterface.StreamType streamType) - Specified by:
- setStreamTypein interface- StreamInterface
- Parameters:
- streamType- the streamType to set
 
 - 
getStepMetapublic StepMeta getStepMeta() - Specified by:
- getStepMetain interface- StreamInterface
- Returns:
- the stepMeta
 
 - 
setStepMetapublic void setStepMeta(StepMeta stepMeta) - Specified by:
- setStepMetain interface- StreamInterface
- Parameters:
- stepMeta- the stepMeta to set
 
 - 
getStreamIconpublic StreamIcon getStreamIcon() - Specified by:
- getStreamIconin interface- StreamInterface
- Returns:
- the streamIcon
 
 - 
setStreamIconpublic void setStreamIcon(StreamIcon streamIcon) - Specified by:
- setStreamIconin interface- StreamInterface
- Parameters:
- streamIcon- the streamIcon to set
 
 - 
getSubjectpublic Object getSubject() - Specified by:
- getSubjectin interface- StreamInterface
- Returns:
- the subject
 
 - 
setSubjectpublic void setSubject(Object subject) - Specified by:
- setSubjectin interface- StreamInterface
- Parameters:
- subject- the subject to set
 
 
- 
 
-