public class Flow extends FlowDomainObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Flow.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
capacity |
protected String |
description |
protected String |
filter |
protected String |
name |
protected String |
path |
protected Boolean |
publicFlow |
creationDate, creatorId, id, lastEditDate, lastEditorId| Constructor and Description |
|---|
Flow() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCapacity() |
String |
getDescription() |
String |
getFilter() |
String |
getName() |
String |
getPath() |
Boolean |
getPublic() |
void |
setCapacity(Integer capacity) |
void |
setDescription(String description) |
void |
setFilter(String filter) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setPublic(Boolean publicFlow) |
String |
toString() |
equals, getCreationDate, getCreatorId, getId, getLastEditDate, getLastEditorId, hashCode, setCreationDate, setCreatorId, setId, setLastEditDate, setLastEditorIdprotected String name
protected String description
protected String path
protected String filter
protected Integer capacity
protected Boolean publicFlow
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getPath()
public void setPath(String path)
public String getFilter()
public void setFilter(String filter)
public Integer getCapacity()
public void setCapacity(Integer capacity)
public Boolean getPublic()
public void setPublic(Boolean publicFlow)
public String toString()
toString in class FlowDomainObjectCopyright © 2015. All rights reserved.