|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.console.pointtopointflow.PointToPointFlowProfileImpl
public class PointToPointFlowProfileImpl
Object that represents a PointToPointFlowProfile in Ikasan. A PointToPointFlowProfile can be see as owning a list of PointToPointFlows.
| 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 |
|---|
public PointToPointFlowProfileImpl()
| Method Detail |
|---|
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 PointToPointFlow
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||