org.ikasan.console.pointtopointflow
Class PointToPointFlowProfileImpl

java.lang.Object
  extended by org.ikasan.console.pointtopointflow.PointToPointFlowProfileImpl
All Implemented Interfaces:
PointToPointFlowProfile

public class PointToPointFlowProfileImpl
extends Object
implements PointToPointFlowProfile

Object that represents a PointToPointFlowProfile in Ikasan. A PointToPointFlowProfile can be see as owning a list of PointToPointFlows.

Author:
Ikasan Development Team

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

Constructor Detail

PointToPointFlowProfileImpl

public PointToPointFlowProfileImpl()
Method Detail

getId

public long getId()
Get the unique id

Specified by:
getId in interface PointToPointFlowProfile
Returns:
id

getPointToPointFlows

public Set<? extends PointToPointFlow> getPointToPointFlows()
Get the set of PointToPointFlows

Specified by:
getPointToPointFlows in interface PointToPointFlowProfile
Returns:
set of PointToPointFlows for this Profile

setPointToPointFlows

public void setPointToPointFlows(Set<? extends PointToPointFlow> pointToPointFlows)
Set the PointToPointFlows for this profile

Specified by:
setPointToPointFlows in interface PointToPointFlowProfile
Parameters:
pointToPointFlows - - PointToPointFlows for this profile

getName

public String getName()
Get the name for this PointToPointFlow

Specified by:
getName in interface PointToPointFlowProfile
Returns:
The name for this PointToPointFlow

setName

public void setName(String name)
Set the name for this PointToPointFlow

Specified by:
setName in interface PointToPointFlowProfile
Parameters:
name - - The name for this PointToPointFlow


Copyright © 2007-2014 Ikasan. All Rights Reserved.