com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.service
Class InterfaceBean

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

public class InterfaceBean
extends BaseElementBean


Constructor Summary
InterfaceBean()
           
InterfaceBean(java.lang.String id)
           
 
Method Summary
 void addOperation(OperationBean op)
           
 java.lang.String getName()
           
 java.util.List<OperationBean> getOperations()
           
 void setName(java.lang.String name)
           
 void setOperations(java.util.List<OperationBean> operations)
           
 
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

InterfaceBean

public InterfaceBean(java.lang.String id)

InterfaceBean

public InterfaceBean()
Method Detail

addOperation

public void addOperation(OperationBean op)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getOperations

public java.util.List<OperationBean> getOperations()

setOperations

public void setOperations(java.util.List<OperationBean> operations)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.