com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.process.data
Class DataObjectBean
java.lang.Object
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.foundation.BPMNElementBean
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.foundation.BaseElementBean
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.common.FlowElementBean
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.process.data.DataObjectBean
- All Implemented Interfaces:
- com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IModelElement, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IFlowElementBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBaseElementBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBPMNElementBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.IDataObjectBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.IItemAwareElementBean, com.google.gwt.user.client.rpc.IsSerializable
public class DataObjectBean
- extends FlowElementBean
- implements com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.IItemAwareElementBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.IDataObjectBean
|
Method Summary |
java.lang.String |
getDataState()
|
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IItemDefinitionBean |
getItemSubject()
|
boolean |
isCollection()
|
void |
setCollection(boolean isCollection)
|
void |
setDataState(java.lang.String dataState)
|
void |
setItemSubject(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IItemDefinitionBean itemSubject)
|
| Methods inherited from class com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.foundation.BaseElementBean |
addAttributeExtension, addObjectExtension, equals, getAttributeExtension, getAttributeExtensions, getId, getNSDeclaration, getObjectExtensions, hashCode, removeAttributeExtension, removeObjectExtension, setAttributeExtensions, setId, setNSDeclaration, setObjectExtensions |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IFlowElementBean |
getName, getProcess, setName, setProcess |
| Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBaseElementBean |
getId, getNSDeclaration |
| Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBPMNElementBean |
getDocumentation, setDocumentation |
| Methods inherited from interface com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension |
addAttributeExtension, getAttributeExtension, getAttributeExtensions, removeAttributeExtension, setAttributeExtensions |
| Methods inherited from interface com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension |
addObjectExtension, getObjectExtensions, removeObjectExtension, setObjectExtensions |
| Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.IItemAwareElementBean |
getId |
DataObjectBean
protected DataObjectBean()
DataObjectBean
public DataObjectBean(java.lang.String id)
isCollection
public boolean isCollection()
- Specified by:
isCollection in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.IDataObjectBean
setCollection
public void setCollection(boolean isCollection)
- Specified by:
setCollection in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.IDataObjectBean
getItemSubject
public com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IItemDefinitionBean getItemSubject()
- Specified by:
getItemSubject in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.IItemAwareElementBean
setItemSubject
public void setItemSubject(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IItemDefinitionBean itemSubject)
- Specified by:
setItemSubject in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.IItemAwareElementBean
getDataState
public java.lang.String getDataState()
- Specified by:
getDataState in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.IItemAwareElementBean
setDataState
public void setDataState(java.lang.String dataState)
- Specified by:
setDataState in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.IItemAwareElementBean
Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.