com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.gateway
Class SequenceFlowBean

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.process.gateway.SequenceFlowBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class SequenceFlowBean
extends FlowElementBean


Constructor Summary
SequenceFlowBean()
           
SequenceFlowBean(java.lang.String id)
           
 
Method Summary
 ExpressionBean getExpression()
           
 FlowElementBean getSourceNode()
           
 FlowElementBean getTargetNode()
           
 void setExpression(ExpressionBean expression)
           
 void setSourceNode(FlowElementBean sourceNode)
           
 void setTargetNode(FlowElementBean targetNode)
           
 
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

SequenceFlowBean

public SequenceFlowBean(java.lang.String id)

SequenceFlowBean

public SequenceFlowBean()
Method Detail

getSourceNode

public FlowElementBean getSourceNode()

setSourceNode

public void setSourceNode(FlowElementBean sourceNode)

getTargetNode

public FlowElementBean getTargetNode()

setTargetNode

public void setTargetNode(FlowElementBean targetNode)

getExpression

public ExpressionBean getExpression()

setExpression

public void setExpression(ExpressionBean expression)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.