public class PointToPointFlowImpl extends Object implements PointToPointFlow<Module>
| Constructor and Description |
|---|
PointToPointFlowImpl() |
| Modifier and Type | Method and Description |
|---|---|
Module |
getFromModule()
Get the fromModule for this PointToPointFlow
|
long |
getId()
Get the unique id
|
PointToPointFlowProfile |
getPointToPointFlowProfile()
Get the Profile for this PointToPointFlow
|
Module |
getToModule()
Get the toModule for this PointToPointFlow
|
void |
setFromModule(Module fromModule)
Set the from Module
|
void |
setPointToPointFlowProfile(PointToPointFlowProfile pointToPointFlowProfile)
Set the Profile for this PointToPointFlow
|
void |
setToModule(Module toModule)
Set the to Module
|
public long getId()
getId in interface PointToPointFlow<Module>public PointToPointFlowProfile getPointToPointFlowProfile()
getPointToPointFlowProfile in interface PointToPointFlow<Module>public void setPointToPointFlowProfile(PointToPointFlowProfile pointToPointFlowProfile)
setPointToPointFlowProfile in interface PointToPointFlow<Module>pointToPointFlowProfile - - The Profile for this PointToPointFlowpublic void setToModule(Module toModule)
setToModule in interface PointToPointFlow<Module>toModule - - toModule for this PointToPointFlowpublic Module getToModule()
getToModule in interface PointToPointFlow<Module>public void setFromModule(Module fromModule)
setFromModule in interface PointToPointFlow<Module>fromModule - - fromModule for this PointToPointFlowpublic Module getFromModule()
getFromModule in interface PointToPointFlow<Module>Copyright © 2007-2015 Ikasan. All Rights Reserved.