ma.glasnost.orika.test.unenhance
Class SuperTypeTestCaseClasses.AuthorDTO

java.lang.Object
  extended by ma.glasnost.orika.test.unenhance.SuperTypeTestCaseClasses.AuthorDTO
Enclosing interface:
SuperTypeTestCaseClasses

public static class SuperTypeTestCaseClasses.AuthorDTO
extends Object


Constructor Summary
SuperTypeTestCaseClasses.AuthorDTO()
           
 
Method Summary
 String getAdditionalValue()
           
 String getName()
           
 void setAdditionalValue(String additionalValue)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperTypeTestCaseClasses.AuthorDTO

public SuperTypeTestCaseClasses.AuthorDTO()
Method Detail

getAdditionalValue

public String getAdditionalValue()

setAdditionalValue

public void setAdditionalValue(String additionalValue)

getName

public String getName()

setName

public void setName(String name)


Copyright © 2012 Glasnost. All Rights Reserved.