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

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.foundation.GraphicElementBean
              extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration.PoolBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class PoolBean
extends GraphicElementBean


Constructor Summary
PoolBean()
           
PoolBean(java.lang.String id)
           
 
Method Summary
 InterfaceBean getInterface()
           
 java.lang.String getName()
           
 ParticipantBean getParticipant()
           
 ProcessBean getProcess()
           
 void setInterface(InterfaceBean interface1)
           
 void setName(java.lang.String name)
           
 void setParticipant(ParticipantBean participant)
           
 void setProcess(ProcessBean process)
           
 
Methods inherited from class com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.GraphicElementBean
getWidth, getX_left, getX_right, getY_left, getY_right, setPosition, setX_left, setX_right, setY_left, setY_right
 
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

PoolBean

public PoolBean(java.lang.String id)

PoolBean

public PoolBean()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getInterface

public InterfaceBean getInterface()

setInterface

public void setInterface(InterfaceBean interface1)

getProcess

public ProcessBean getProcess()

setProcess

public void setProcess(ProcessBean process)

getParticipant

public ParticipantBean getParticipant()

setParticipant

public void setParticipant(ParticipantBean participant)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.