com.ebmwebsourcing.bpmndiagram.business.domain.to
Class Flow

java.lang.Object
  extended by com.ebmwebsourcing.bpmndiagram.business.domain.to.Flow
All Implemented Interfaces:
java.io.Serializable

public class Flow
extends java.lang.Object
implements java.io.Serializable

This class is used to get all public informations about an user
This class shouldn't be persisted

Author:
mcarpentier
See Also:
Serialized Form

Constructor Summary
Flow()
           
 
Method Summary
 Constants.BPMNObjectType getFlowType()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 FlowNode getSourceService()
           
 FlowNode getTargetService()
           
 void setFlowType(Constants.BPMNObjectType flowType)
           
 void setId(java.lang.String id)
           
 void setName(java.lang.String name)
           
 void setSourceService(FlowNode sourceService)
           
 void setTargetService(FlowNode targetService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Flow

public Flow()
Method Detail

getName

public java.lang.String getName()

getId

public java.lang.String getId()

getSourceService

public FlowNode getSourceService()

getTargetService

public FlowNode getTargetService()

getFlowType

public Constants.BPMNObjectType getFlowType()

setName

public void setName(java.lang.String name)

setId

public void setId(java.lang.String id)

setSourceService

public void setSourceService(FlowNode sourceService)

setTargetService

public void setTargetService(FlowNode targetService)

setFlowType

public void setFlowType(Constants.BPMNObjectType flowType)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.