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

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.process.event.definition.EventDefinitionBean
              extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.event.definition.ConditionalEventDefinitionBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class ConditionalEventDefinitionBean
extends EventDefinitionBean


Constructor Summary
ConditionalEventDefinitionBean()
           
ConditionalEventDefinitionBean(java.lang.String id)
           
 
Method Summary
 java.lang.String getCondition()
           
 void setCondition(java.lang.String condition)
           
 
Methods inherited from class com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.event.definition.EventDefinitionBean
getType, setType
 
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

ConditionalEventDefinitionBean

public ConditionalEventDefinitionBean()

ConditionalEventDefinitionBean

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

getCondition

public java.lang.String getCondition()

setCondition

public void setCondition(java.lang.String condition)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.