ma.glasnost.orika.test.util
Class PropertiesTestCase.LineDTO

java.lang.Object
  extended by ma.glasnost.orika.test.util.PropertiesTestCase.LineDTO
Enclosing class:
PropertiesTestCase

public static class PropertiesTestCase.LineDTO
extends Object


Constructor Summary
PropertiesTestCase.LineDTO()
           
 
Method Summary
 int getX0()
           
 int getX1()
           
 int getY0()
           
 int getY1()
           
 void setX0(int x0)
           
 void setX1(int x1)
           
 void setY0(int y0)
           
 void setY1(int y1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesTestCase.LineDTO

public PropertiesTestCase.LineDTO()
Method Detail

getX0

public int getX0()

setX0

public void setX0(int x0)

getY0

public int getY0()

setY0

public void setY0(int y0)

getX1

public int getX1()

setX1

public void setX1(int x1)

getY1

public int getY1()

setY1

public void setY1(int y1)


Copyright © 2012 Glasnost. All Rights Reserved.