public class PointToPointFlowProfileImpl extends Object implements PointToPointFlowProfile
| Constructor and Description |
|---|
PointToPointFlowProfileImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Get the unique id
|
String |
getName()
Get the name for this PointToPointFlow
|
Set<? extends PointToPointFlow> |
getPointToPointFlows()
Get the set of PointToPointFlows
|
void |
setName(String name)
Set the name for this PointToPointFlow
|
void |
setPointToPointFlows(Set<? extends PointToPointFlow> pointToPointFlows)
Set the PointToPointFlows for this profile
|
public long getId()
getId in interface PointToPointFlowProfilepublic Set<? extends PointToPointFlow> getPointToPointFlows()
getPointToPointFlows in interface PointToPointFlowProfilepublic void setPointToPointFlows(Set<? extends PointToPointFlow> pointToPointFlows)
setPointToPointFlows in interface PointToPointFlowProfilepointToPointFlows - - PointToPointFlows for this profilepublic String getName()
getName in interface PointToPointFlowProfilepublic void setName(String name)
setName in interface PointToPointFlowProfilename - - The name for this PointToPointFlowCopyright © 2007-2015 Ikasan. All Rights Reserved.