ma.glasnost.orika.test.community
Class Issue25TestCase.Dto

java.lang.Object
  extended by ma.glasnost.orika.test.community.Issue25TestCase.Dto
Direct Known Subclasses:
Issue25TestCase.ChildDto
Enclosing class:
Issue25TestCase

public static class Issue25TestCase.Dto
extends Object


Constructor Summary
Issue25TestCase.Dto()
           
 
Method Summary
 Long getId()
           
 String getName()
           
 void setId(Long id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Issue25TestCase.Dto

public Issue25TestCase.Dto()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)


Copyright © 2012 Glasnost. All Rights Reserved.