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

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

public static class SuperTypeTestCaseClasses.BookDTO
extends Object


Constructor Summary
SuperTypeTestCaseClasses.BookDTO()
           
 
Method Summary
 String getAdditionalValue()
           
 SuperTypeTestCaseClasses.AuthorDTO getAuthor()
           
 String getTitle()
           
 void setAdditionalValue(String additionalValue)
           
 void setAuthor(SuperTypeTestCaseClasses.AuthorDTO author)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperTypeTestCaseClasses.BookDTO

public SuperTypeTestCaseClasses.BookDTO()
Method Detail

getAdditionalValue

public String getAdditionalValue()

setAdditionalValue

public void setAdditionalValue(String additionalValue)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getAuthor

public SuperTypeTestCaseClasses.AuthorDTO getAuthor()

setAuthor

public void setAuthor(SuperTypeTestCaseClasses.AuthorDTO author)


Copyright © 2012 Glasnost. All Rights Reserved.