Verastream© Bridge Integrator 4.1

com.attachmate.cicsbridge
Class Position

java.lang.Object
  extended by com.attachmate.cicsbridge.Position
Direct Known Subclasses:
Dimension

public class Position
extends java.lang.Object

Utility class to represent x, y coordinates

Since:
1.0

Constructor Summary
Position(int row, int col)
           
 
Method Summary
 boolean equals(java.lang.Object compareTo)
           
 int getColumn()
           
 int getRow()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Position

public Position(int row,
                int col)
         throws java.lang.IllegalArgumentException
Parameters:
row -
col -
Throws:
java.lang.IllegalArgumentException - row and length must be positive non zero numbers
Method Detail

getRow

public int getRow()

getColumn

public int getColumn()

equals

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Verastream© Bridge Integrator 4.1