org.ikasan.console.pointtopointflow
Class PointToPointFlowImpl

java.lang.Object
  extended by org.ikasan.console.pointtopointflow.PointToPointFlowImpl
All Implemented Interfaces:
PointToPointFlow<Module>

public class PointToPointFlowImpl
extends Object
implements PointToPointFlow<Module>

Object that represents a PointToPointFlow in Ikasan. A PointToPointFlow consists of 2 linked modules, e.g. src --> target

Author:
Ikasan Development Team

Constructor Summary
PointToPointFlowImpl()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointToPointFlowImpl

public PointToPointFlowImpl()
Method Detail

getId

public long getId()
Get the unique id

Specified by:
getId in interface PointToPointFlow<Module>
Returns:
id

getPointToPointFlowProfile

public PointToPointFlowProfile getPointToPointFlowProfile()
Get the Profile for this PointToPointFlow

Specified by:
getPointToPointFlowProfile in interface PointToPointFlow<Module>
Returns:
The Profile for this PointToPointFlow

setPointToPointFlowProfile

public void setPointToPointFlowProfile(PointToPointFlowProfile pointToPointFlowProfile)
Set the Profile for this PointToPointFlow

Specified by:
setPointToPointFlowProfile in interface PointToPointFlow<Module>
Parameters:
pointToPointFlowProfile - - The Profile for this PointToPointFlow

setToModule

public void setToModule(Module toModule)
Set the to Module

Specified by:
setToModule in interface PointToPointFlow<Module>
Parameters:
toModule - - toModule for this PointToPointFlow

getToModule

public Module getToModule()
Get the toModule for this PointToPointFlow

Specified by:
getToModule in interface PointToPointFlow<Module>
Returns:
toModule for this PointToPointFlow

setFromModule

public void setFromModule(Module fromModule)
Set the from Module

Specified by:
setFromModule in interface PointToPointFlow<Module>
Parameters:
fromModule - - fromModule for this PointToPointFlow

getFromModule

public Module getFromModule()
Get the fromModule for this PointToPointFlow

Specified by:
getFromModule in interface PointToPointFlow<Module>
Returns:
fromModule for this PointToPointFlow


Copyright © 2007-2014 Ikasan. All Rights Reserved.