ma.glasnost.orika.test.boundmapperfacade
Class ReuseMappersTestCase.LocationDTO

java.lang.Object
  extended by ma.glasnost.orika.test.boundmapperfacade.ReuseMappersTestCase.LocationDTO
Direct Known Subclasses:
ReuseMappersTestCase.NamedLocationDTO
Enclosing class:
ReuseMappersTestCase

public abstract static class ReuseMappersTestCase.LocationDTO
extends Object


Constructor Summary
ReuseMappersTestCase.LocationDTO()
           
 
Method Summary
 int getCoordinateX()
           
 int getCoordinateY()
           
 void setCoordinateX(int x)
           
 void setCoordinateY(int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReuseMappersTestCase.LocationDTO

public ReuseMappersTestCase.LocationDTO()
Method Detail

getCoordinateX

public int getCoordinateX()

setCoordinateX

public void setCoordinateX(int x)

getCoordinateY

public int getCoordinateY()

setCoordinateY

public void setCoordinateY(int y)


Copyright © 2012 Glasnost. All Rights Reserved.