ma.glasnost.orika.test.inheritance
Class ReuseMappersTestCase.Location

java.lang.Object
  extended by ma.glasnost.orika.test.inheritance.ReuseMappersTestCase.Location
Direct Known Subclasses:
ReuseMappersTestCase.NamedLocation
Enclosing class:
ReuseMappersTestCase

public abstract static class ReuseMappersTestCase.Location
extends Object


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

Constructor Detail

ReuseMappersTestCase.Location

public ReuseMappersTestCase.Location()
Method Detail

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)


Copyright © 2012 Glasnost. All Rights Reserved.