org.netxms.client.maps
Class NetworkMapObjectData

java.lang.Object
  extended by org.netxms.client.maps.NetworkMapObjectData

public class NetworkMapObjectData
extends java.lang.Object

Data for representing object on map

Author:
Victor

Field Summary
static int NO_POSITION
           
 
Constructor Summary
NetworkMapObjectData(long objectId)
          Unpositioned object
NetworkMapObjectData(long objectId, int x, int y)
          Object with position
 
Method Summary
 boolean equals(java.lang.Object arg0)
           
 long getObjectId()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_POSITION

public static final int NO_POSITION
See Also:
Constant Field Values
Constructor Detail

NetworkMapObjectData

public NetworkMapObjectData(long objectId,
                            int x,
                            int y)
Object with position


NetworkMapObjectData

public NetworkMapObjectData(long objectId)
Unpositioned object

Method Detail

getObjectId

public long getObjectId()
Returns:
the objectId

getX

public int getX()
Returns:
the x

getY

public int getY()
Returns:
the y

equals

public boolean equals(java.lang.Object arg0)
Overrides:
equals in class java.lang.Object


Copyright © 2009. All Rights Reserved.