org.netxms.client.maps
Class NetworkMapObjectData
java.lang.Object
org.netxms.client.maps.NetworkMapObjectData
public class NetworkMapObjectData
- extends java.lang.Object
Data for representing object on map
- Author:
- Victor
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_POSITION
public static final int NO_POSITION
- See Also:
- Constant Field Values
NetworkMapObjectData
public NetworkMapObjectData(long objectId,
int x,
int y)
- Object with position
NetworkMapObjectData
public NetworkMapObjectData(long objectId)
- Unpositioned object
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.