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

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

public class RemoveElementCometLogEntry
extends CometLogEntry

See Also:
Serialized Form

Constructor Summary
RemoveElementCometLogEntry()
           
RemoveElementCometLogEntry(java.lang.String eiId, java.lang.String modelId, int x, int y)
           
 
Method Summary
 int getX()
           
 int getY()
           
 boolean isSimilar(CometLogEntry other)
           
 void setX(int x)
           
 void setY(int y)
           
 
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

RemoveElementCometLogEntry

public RemoveElementCometLogEntry()

RemoveElementCometLogEntry

public RemoveElementCometLogEntry(java.lang.String eiId,
                                  java.lang.String modelId,
                                  int x,
                                  int y)
Method Detail

isSimilar

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

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.