7.0 Action Request System Java API

com.remedy.arsys.api
Class CoordinateInfo

java.lang.Object
  extended bycom.remedy.arsys.api.CoordinateInfo

public class CoordinateInfo
extends java.lang.Object

The CoordinateInfo class returns the location of a field, that is, the field's X and Y coordinates.


Constructor Summary
CoordinateInfo(long a, long b)
           
 
Method Summary
 java.lang.Object clone()
          Clone implementation that returns an Object with data cloned from self.
 boolean equals(java.lang.Object anObject)
          Use this method for checking equality of CoordinateInfo.
 long getXCoordinate()
          Returns X coordinate.
 long getYCoordinate()
          Returns Y coordinate.
 java.lang.String toString()
          Returns string.
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoordinateInfo

public CoordinateInfo(long a,
                      long b)
Method Detail

getXCoordinate

public long getXCoordinate()
Returns X coordinate.


getYCoordinate

public long getYCoordinate()
Returns Y coordinate.


toString

public java.lang.String toString()
Returns string.


equals

public boolean equals(java.lang.Object anObject)
Use this method for checking equality of CoordinateInfo. The result is true only if the argument is not null and is a CoordinateInfo object that represents the same content.


clone

public java.lang.Object clone()
Clone implementation that returns an Object with data cloned from self.


7.0 Action Request System Java API