com.ebmwebsourcing.petalsbpm.bpmndiagram.editormodels
Class CommonEditorModel
java.lang.Object
com.ebmwebsourcing.petalsbpm.bpmndiagram.editormodels.CommonEditorModel
- All Implemented Interfaces:
- com.ebmwebsourcing.geasytools.diagrameditor.api.modeleditor.IEditorModel, com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HasModelManager
- Direct Known Subclasses:
- ActivityEditorModel, CallableElementEditorModel, DataAssociationEditorModel, DataObjectEditorModel, EndNoneEventEditorModel, EventBasedGatewayEditorModel, ExclusiveGatewayEditorModel, LaneEditorModel, MessageEventEditorModel, MessageFlowEditorModel, ParallelGatewayEditorModel, PoolEditorModel, SequenceFlowEditorModel, StartTopLevelNoneEventEditorModel, TimerEventEditorModel
public class CommonEditorModel
- extends java.lang.Object
- implements com.ebmwebsourcing.geasytools.diagrameditor.api.modeleditor.IEditorModel
|
Method Summary |
void |
copy(java.lang.Object object)
|
com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HasModelManager |
getClone()
|
java.lang.String |
getDocumentation()
|
java.lang.String |
getName()
|
void |
setDocumentation(java.lang.String documentation)
|
void |
setName(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonEditorModel
public CommonEditorModel()
copy
public void copy(java.lang.Object object)
- Specified by:
copy in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HasModelManager
getClone
public com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HasModelManager getClone()
- Specified by:
getClone in interface com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HasModelManager
getName
public java.lang.String getName()
- Specified by:
getName in interface com.ebmwebsourcing.geasytools.diagrameditor.api.modeleditor.IEditorModel
getDocumentation
public java.lang.String getDocumentation()
setDocumentation
public void setDocumentation(java.lang.String documentation)
setName
public void setName(java.lang.String name)
Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.