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 StreamInterface
public String getDescription()
getDescription
in interface StreamInterface
public void setDescription(String description)
setDescription
in interface StreamInterface
description
- the description to setpublic StreamInterface.StreamType getStreamType()
getStreamType
in interface StreamInterface
public void setStreamType(StreamInterface.StreamType streamType)
setStreamType
in interface StreamInterface
streamType
- the streamType to setpublic StepMeta getStepMeta()
getStepMeta
in interface StreamInterface
public void setStepMeta(StepMeta stepMeta)
setStepMeta
in interface StreamInterface
stepMeta
- the stepMeta to setpublic StreamIcon getStreamIcon()
getStreamIcon
in interface StreamInterface
public void setStreamIcon(StreamIcon streamIcon)
setStreamIcon
in interface StreamInterface
streamIcon
- the streamIcon to setpublic Object getSubject()
getSubject
in interface StreamInterface
public void setSubject(Object subject)
setSubject
in interface StreamInterface
subject
- the subject to setCopyright © 2018 Hitachi Vantara. All rights reserved.