public class Pipeline extends AuthoredEntity
id
Constructor and Description |
---|
Pipeline() |
Pipeline(Integer id,
String label,
String description,
Boolean isDefault,
Boolean isLocked,
Integer authorId,
String authorName) |
Modifier and Type | Method and Description |
---|---|
Integer |
getAuthorId()
Returns ID of the creator.
|
String |
getAuthorName() |
String |
getDescription() |
String |
getLabel() |
List<TransformerInstance> |
getTransformers() |
Boolean |
isDefault() |
Boolean |
isLocked() |
void |
setAuthorId(Integer authorId) |
void |
setAuthorName(String authorName) |
void |
setDefault(Boolean isDefault) |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setLocked(Boolean isLocked) |
void |
setTransformers(List<TransformerInstance> transformers) |
getId, setId
public Pipeline(Integer id, String label, String description, Boolean isDefault, Boolean isLocked, Integer authorId, String authorName)
id
- label
- description
- isDefault
- isLocked
- authorId
- authorName
- public Pipeline()
public String getLabel()
public void setLabel(String label)
label
- public String getDescription()
public void setDescription(String description)
public Boolean isDefault()
public void setDefault(Boolean isDefault)
isDefault
- public void setAuthorId(Integer authorId)
authorId
- public Integer getAuthorId()
AuthoredEntity
getAuthorId
in class AuthoredEntity
public Boolean isLocked()
public void setLocked(Boolean isLocked)
isLocked
- public List<TransformerInstance> getTransformers()
public void setTransformers(List<TransformerInstance> transformers)
transformers
- public String getAuthorName()
public void setAuthorName(String authorName)
authorName
- Copyright © 2013. All Rights Reserved.