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

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.ThrowEventBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
Direct Known Subclasses:
EndEventBean

public class ThrowEventBean
extends EventBean


Constructor Summary
ThrowEventBean()
           
ThrowEventBean(java.lang.String id)
           
 
Method Summary
 void addResult(EventDefinitionBean edt)
           
 java.util.List<EventDefinitionBean> getResults()
           
 void setResults(java.util.List<EventDefinitionBean> results)
           
 
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

ThrowEventBean

public ThrowEventBean(java.lang.String id)

ThrowEventBean

public ThrowEventBean()
Method Detail

addResult

public void addResult(EventDefinitionBean edt)

getResults

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

setResults

public void setResults(java.util.List<EventDefinitionBean> results)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.