ma.glasnost.orika.test.inheritance
Class InheritanceTestCase.Child2DTO

java.lang.Object
  extended by ma.glasnost.orika.test.inheritance.InheritanceTestCase.BaseDTO
      extended by ma.glasnost.orika.test.inheritance.InheritanceTestCase.ChildDTO
          extended by ma.glasnost.orika.test.inheritance.InheritanceTestCase.Child2DTO
Enclosing class:
InheritanceTestCase

public static class InheritanceTestCase.Child2DTO
extends InheritanceTestCase.ChildDTO


Constructor Summary
InheritanceTestCase.Child2DTO()
           
 
Method Summary
 String getMessage()
           
 void setMessage(String message)
           
 
Methods inherited from class ma.glasnost.orika.test.inheritance.InheritanceTestCase.ChildDTO
getName, setName
 
Methods inherited from class ma.glasnost.orika.test.inheritance.InheritanceTestCase.BaseDTO
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InheritanceTestCase.Child2DTO

public InheritanceTestCase.Child2DTO()
Method Detail

getMessage

public String getMessage()

setMessage

public void setMessage(String message)


Copyright © 2012 Glasnost. All Rights Reserved.