public abstract class ElementComposition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
protected List<DataProcessorInvocation> |
sepas |
protected List<SpDataStream> |
streams |
| Constructor and Description |
|---|
ElementComposition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
List<DataProcessorInvocation> |
getSepas() |
List<SpDataStream> |
getStreams() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setSepas(List<DataProcessorInvocation> sepas) |
void |
setStreams(List<SpDataStream> streams) |
protected List<DataProcessorInvocation> sepas
protected List<SpDataStream> streams
protected String name
protected String description
public List<DataProcessorInvocation> getSepas()
public void setSepas(List<DataProcessorInvocation> sepas)
public List<SpDataStream> getStreams()
public void setStreams(List<SpDataStream> streams)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
Copyright © 2019. All rights reserved.