edu.wpi.ejutr.testobjects
Class Test1

java.lang.Object
  extended by edu.wpi.ejutr.testobjects.Test1

public class Test1
extends java.lang.Object


Constructor Summary
Test1()
           
Test1(int x, int y)
           
 
Method Summary
 int getX()
           
 int getY()
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test1

public Test1()

Test1

public Test1(int x,
             int y)
Method Detail

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)