com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration
Class LaneSetBean

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

public class LaneSetBean
extends BaseElementBean


Constructor Summary
LaneSetBean()
           
LaneSetBean(java.lang.String id)
           
 
Method Summary
 void addLane(LaneBean l)
           
 java.util.List<LaneBean> getLanes()
           
 void removeLane(LaneBean l)
           
 void setLanes(java.util.List<LaneBean> lanes)
           
 
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

LaneSetBean

public LaneSetBean(java.lang.String id)

LaneSetBean

public LaneSetBean()
Method Detail

addLane

public void addLane(LaneBean l)

removeLane

public void removeLane(LaneBean l)

getLanes

public java.util.List<LaneBean> getLanes()

setLanes

public void setLanes(java.util.List<LaneBean> lanes)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.