Class Stream
- java.lang.Object
-
- org.apache.hop.pipeline.transform.stream.Stream
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.hop.pipeline.transform.stream.IStream
IStream.StreamType
-
-
Constructor Summary
Constructors Constructor Description Stream(IStream stream)Stream(IStream.StreamType streamType, TransformMeta transformMeta, String description, StreamIcon streamIcon, String subject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDescription()StreamIcongetStreamIcon()IStream.StreamTypegetStreamType()StringgetSubject()TransformMetagetTransformMeta()StringgetTransformName()inthashCode()voidsetDescription(String description)voidsetStreamIcon(StreamIcon streamIcon)voidsetStreamType(IStream.StreamType streamType)voidsetSubject(String subject)voidsetTransformMeta(TransformMeta transformMeta)StringtoString()
-
-
-
Constructor Detail
-
Stream
public Stream(IStream.StreamType streamType, TransformMeta transformMeta, String description, StreamIcon streamIcon, String subject)
- Parameters:
streamType-transformMeta-description-streamIcon-subject-
-
Stream
public Stream(IStream stream)
-
-
Method Detail
-
getTransformName
public String getTransformName()
- Specified by:
getTransformNamein interfaceIStream
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceIStream- Returns:
- the description
-
setDescription
public void setDescription(String description)
- Specified by:
setDescriptionin interfaceIStream- Parameters:
description- the description to set
-
getStreamType
public IStream.StreamType getStreamType()
- Specified by:
getStreamTypein interfaceIStream- Returns:
- the streamType
-
setStreamType
public void setStreamType(IStream.StreamType streamType)
- Specified by:
setStreamTypein interfaceIStream- Parameters:
streamType- the streamType to set
-
getTransformMeta
public TransformMeta getTransformMeta()
- Specified by:
getTransformMetain interfaceIStream- Returns:
- the transformMeta
-
setTransformMeta
public void setTransformMeta(TransformMeta transformMeta)
- Specified by:
setTransformMetain interfaceIStream- Parameters:
transformMeta- the transformMeta to set
-
getStreamIcon
public StreamIcon getStreamIcon()
- Specified by:
getStreamIconin interfaceIStream- Returns:
- the streamIcon
-
setStreamIcon
public void setStreamIcon(StreamIcon streamIcon)
- Specified by:
setStreamIconin interfaceIStream- Parameters:
streamIcon- the streamIcon to set
-
getSubject
public String getSubject()
- Specified by:
getSubjectin interfaceIStream- Returns:
- the subject
-
setSubject
public void setSubject(String subject)
- Specified by:
setSubjectin interfaceIStream- Parameters:
subject- the subject to set
-
-