com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.gateway
Class SequenceFlowBean
java.lang.Object
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BPMNElementBean
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BaseElementBean
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.GraphicElementBean
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.common.FlowElementBean
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
| Methods inherited from class com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BaseElementBean |
getId, setId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequenceFlowBean
public SequenceFlowBean(java.lang.String id)
SequenceFlowBean
public SequenceFlowBean()
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.