com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration
Class CollaborationBean

java.lang.Object
  extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BPMNElementBean
      extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BaseElementBean
          extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration.CollaborationBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CollaborationBean
extends BaseElementBean


Constructor Summary
CollaborationBean()
           
CollaborationBean(java.lang.String id)
           
 
Method Summary
 void addMessageFlow(MessageFlowBean m)
           
 void addPool(PoolBean pool)
           
 FlowNodeBean getFlowNode(java.lang.String id)
           
 java.util.List<FlowNodeBean> getFlowNodes()
           
 java.util.List<MessageFlowBean> getMessageFlows()
           
 java.lang.String getName()
           
 java.util.List<PoolBean> getPools()
           
 void setMessageFlows(java.util.List<MessageFlowBean> messageFlows)
           
 void setName(java.lang.String name)
           
 void setPools(java.util.List<PoolBean> pools)
           
 
Methods inherited from class com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BaseElementBean
getId, setId
 
Methods inherited from class com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BPMNElementBean
getDocumentation, setDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollaborationBean

public CollaborationBean()

CollaborationBean

public CollaborationBean(java.lang.String id)
Method Detail

addPool

public void addPool(PoolBean pool)

addMessageFlow

public void addMessageFlow(MessageFlowBean m)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getPools

public java.util.List<PoolBean> getPools()

setPools

public void setPools(java.util.List<PoolBean> pools)

getMessageFlows

public java.util.List<MessageFlowBean> getMessageFlows()

setMessageFlows

public void setMessageFlows(java.util.List<MessageFlowBean> messageFlows)

getFlowNodes

public java.util.List<FlowNodeBean> getFlowNodes()

getFlowNode

public FlowNodeBean getFlowNode(java.lang.String id)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.