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

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

public class UpdateElementCometLogEntry
extends CometLogEntry

See Also:
Serialized Form

Constructor Summary
UpdateElementCometLogEntry()
           
UpdateElementCometLogEntry(java.lang.String diagramElementId, java.lang.String modelId, java.lang.String parentID, int newX, int newY)
           
 
Method Summary
 int getNewX()
           
 int getNewY()
           
 java.lang.String getParentId()
           
 boolean isSimilar(CometLogEntry other)
           
 void setNewX(int newX)
           
 void setNewY(int newY)
           
 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

UpdateElementCometLogEntry

public UpdateElementCometLogEntry()

UpdateElementCometLogEntry

public UpdateElementCometLogEntry(java.lang.String diagramElementId,
                                  java.lang.String modelId,
                                  java.lang.String parentID,
                                  int newX,
                                  int newY)
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)

getNewX

public int getNewX()

setNewX

public void setNewX(int newX)

getNewY

public int getNewY()

setNewY

public void setNewY(int newY)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.