ma.glasnost.orika.test.property
Class PropertyResolverTestCase.PersonDto

java.lang.Object
  extended by ma.glasnost.orika.test.property.PropertyResolverTestCase.PersonDto
Enclosing class:
PropertyResolverTestCase

public static class PropertyResolverTestCase.PersonDto
extends Object


Field Summary
 String firstName
           
 List<String> jobTitles
           
 String lastName
           
 long salary
           
 
Constructor Summary
PropertyResolverTestCase.PersonDto()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstName

public String firstName

lastName

public String lastName

jobTitles

public List<String> jobTitles

salary

public long salary
Constructor Detail

PropertyResolverTestCase.PersonDto

public PropertyResolverTestCase.PersonDto()


Copyright © 2012 Glasnost. All Rights Reserved.