ma.glasnost.orika.test.map
Class MapGenerationTestCase.MapWithSetterDto

java.lang.Object
  extended by ma.glasnost.orika.test.map.MapGenerationTestCase.MapWithSetterDto
Enclosing class:
MapGenerationTestCase

public static class MapGenerationTestCase.MapWithSetterDto
extends Object


Constructor Summary
MapGenerationTestCase.MapWithSetterDto()
           
 
Method Summary
 Map<String,Integer> getScores()
           
 void setScores(Map<String,Integer> scores)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapGenerationTestCase.MapWithSetterDto

public MapGenerationTestCase.MapWithSetterDto()
Method Detail

getScores

public Map<String,Integer> getScores()

setScores

public void setScores(Map<String,Integer> scores)


Copyright © 2012 Glasnost. All Rights Reserved.