public class Stream extends Object implements StreamInterface
StreamInterface.StreamType| Constructor and Description |
|---|
Stream(StreamInterface.StreamType streamType,
StepMeta stepMeta,
String description,
StreamIcon streamIcon,
Object subject) |
Stream(StreamInterface stream) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
StepMeta |
getStepMeta() |
String |
getStepname() |
StreamIcon |
getStreamIcon() |
StreamInterface.StreamType |
getStreamType() |
Object |
getSubject() |
int |
hashCode() |
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 Stream(StreamInterface stream)
public String getStepname()
getStepname in interface StreamInterfacepublic String getDescription()
getDescription in interface StreamInterfacepublic void setDescription(String description)
setDescription in interface StreamInterfacedescription - 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 setCopyright © 2018 Hitachi Vantara. All rights reserved.