public class Stream extends Object implements StreamInterface
StreamInterface.StreamType| Constructor and Description | 
|---|
Stream(StreamInterface.StreamType streamType,
      StepMeta stepMeta,
      String description,
      StreamIcon streamIcon,
      Object subject)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getDescription()  | 
StepMeta | 
getStepMeta()  | 
String | 
getStepname()  | 
StreamIcon | 
getStreamIcon()  | 
StreamInterface.StreamType | 
getStreamType()  | 
Object | 
getSubject()  | 
void | 
setDescription(String description)  | 
void | 
setStepMeta(StepMeta stepMeta)  | 
void | 
setStreamIcon(StreamIcon streamIcon)  | 
void | 
setStreamType(StreamInterface.StreamType streamType)  | 
void | 
setSubject(Object subject)  | 
String | 
toString()  | 
public Stream(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject)
streamType - stepname - stepMeta - description - public String getStepname()
getStepname in interface StreamInterfacepublic String getDescription()
getDescription in interface StreamInterfacepublic void setDescription(String description)
description - the description to setpublic StreamInterface.StreamType getStreamType()
getStreamType in interface StreamInterfacepublic void setStreamType(StreamInterface.StreamType streamType)
setStreamType in interface StreamInterfacestreamType - the streamType to setpublic StepMeta getStepMeta()
getStepMeta in interface StreamInterfacepublic void setStepMeta(StepMeta stepMeta)
setStepMeta in interface StreamInterfacestepMeta - the stepMeta to setpublic StreamIcon getStreamIcon()
getStreamIcon in interface StreamInterfacepublic void setStreamIcon(StreamIcon streamIcon)
setStreamIcon in interface StreamInterfacestreamIcon - the streamIcon to setpublic Object getSubject()
getSubject in interface StreamInterfacepublic void setSubject(Object subject)
setSubject in interface StreamInterfacesubject - the subject to set