com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.event
Class CatchEventBean

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.common.FlowElementBean
                  extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.common.FlowNodeBean
                      extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.event.EventBean
                          extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.event.CatchEventBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
Direct Known Subclasses:
StartEventBean

public class CatchEventBean
extends EventBean


Constructor Summary
CatchEventBean()
           
CatchEventBean(java.lang.String id)
           
 
Method Summary
 void addTrigger(EventDefinitionBean e)
           
 java.util.List<EventDefinitionBean> getTriggers()
           
 void setTriggers(java.util.List<EventDefinitionBean> triggers)
           
 
Methods inherited from class com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.common.FlowElementBean
getName, setName
 
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

CatchEventBean

public CatchEventBean(java.lang.String id)

CatchEventBean

public CatchEventBean()
Method Detail

addTrigger

public void addTrigger(EventDefinitionBean e)

getTriggers

public java.util.List<EventDefinitionBean> getTriggers()

setTriggers

public void setTriggers(java.util.List<EventDefinitionBean> triggers)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.