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

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

public class ItemDefinitionBean
extends BaseElementBean


Constructor Summary
ItemDefinitionBean()
           
ItemDefinitionBean(java.lang.String id)
           
 
Method Summary
 ElementBean getElement()
           
 Constants.ItemKind getItemKind()
           
 boolean isCollection()
           
 void setCollection(boolean isCollection)
           
 void setElement(ElementBean element)
           
 void setItemKind(Constants.ItemKind itemKind)
           
 
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

ItemDefinitionBean

public ItemDefinitionBean(java.lang.String id)

ItemDefinitionBean

public ItemDefinitionBean()
Method Detail

isCollection

public boolean isCollection()

setCollection

public void setCollection(boolean isCollection)

getItemKind

public Constants.ItemKind getItemKind()

setItemKind

public void setItemKind(Constants.ItemKind itemKind)

getElement

public ElementBean getElement()

setElement

public void setElement(ElementBean element)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.