com.ebmwebsourcing.bpmneditor.collaboration.comet.client.to.cometLogEntry
Class AddElementCometLogEntry

java.lang.Object
  extended by com.ebmwebsourcing.bpmneditor.collaboration.comet.client.to.cometLogEntry.CometLogEntry
      extended by com.ebmwebsourcing.bpmneditor.collaboration.comet.client.to.cometLogEntry.AddElementCometLogEntry
All Implemented Interfaces:
java.io.Serializable

public class AddElementCometLogEntry
extends CometLogEntry

See Also:
Serialized Form

Constructor Summary
AddElementCometLogEntry()
           
AddElementCometLogEntry(java.lang.String eiId, java.lang.String modelId, com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.GraphicElementBean bean, java.lang.String parentId)
           
 
Method Summary
 com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.GraphicElementBean getBean()
           
 java.lang.String getParentId()
           
 boolean isSimilar(CometLogEntry other)
           
 void setBean(com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.GraphicElementBean bean)
           
 void setParentId(java.lang.String parentId)
           
 
Methods inherited from class com.ebmwebsourcing.bpmneditor.collaboration.comet.client.to.cometLogEntry.CometLogEntry
adapt, checkIds, getDiagramElementId, getModelId, setDiagramElementId, setModelId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddElementCometLogEntry

public AddElementCometLogEntry()

AddElementCometLogEntry

public AddElementCometLogEntry(java.lang.String eiId,
                               java.lang.String modelId,
                               com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.GraphicElementBean bean,
                               java.lang.String parentId)
Method Detail

isSimilar

public boolean isSimilar(CometLogEntry other)
Specified by:
isSimilar in class CometLogEntry

getParentId

public java.lang.String getParentId()

setParentId

public void setParentId(java.lang.String parentId)

getBean

public com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.GraphicElementBean getBean()

setBean

public void setBean(com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.GraphicElementBean bean)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.