com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.common
Class ParticipantBean

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

public class ParticipantBean
extends BaseElementBean


Constructor Summary
ParticipantBean()
           
ParticipantBean(java.lang.String id)
           
 
Method Summary
 PartnerRoleBean getPartnerRole()
           
 void setPartnerRole(PartnerRoleBean partnerRole)
           
 
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

ParticipantBean

public ParticipantBean(java.lang.String id)

ParticipantBean

public ParticipantBean()
Method Detail

getPartnerRole

public PartnerRoleBean getPartnerRole()

setPartnerRole

public void setPartnerRole(PartnerRoleBean partnerRole)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.