edu.wpi.ejutr.testobjects
Class Test2

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

public class Test2
extends java.lang.Object


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

Constructor Detail

Test2

public Test2()

Test2

public Test2(Test1 t1)
Method Detail

getX

public int getX()

setXY2

public void setXY2(Test1 t1)

test3

public void test3(Test1 t1,
                  int x)

setXY

public void setXY(int x,
                  int y)

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)