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

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

public static class SuperTypeTestCaseClasses.BookMyDTO
extends Object


Constructor Summary
SuperTypeTestCaseClasses.BookMyDTO()
           
 
Method Summary
 String getMyAdditionalValue()
           
 SuperTypeTestCaseClasses.AuthorMyDTO getMyAuthor()
           
 String getMyTitle()
           
 void setMyAdditionalValue(String additionalValue)
           
 void setMyAuthor(SuperTypeTestCaseClasses.AuthorMyDTO author)
           
 void setMyTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperTypeTestCaseClasses.BookMyDTO

public SuperTypeTestCaseClasses.BookMyDTO()
Method Detail

getMyAdditionalValue

public String getMyAdditionalValue()

setMyAdditionalValue

public void setMyAdditionalValue(String additionalValue)

getMyTitle

public String getMyTitle()

setMyTitle

public void setMyTitle(String title)

getMyAuthor

public SuperTypeTestCaseClasses.AuthorMyDTO getMyAuthor()

setMyAuthor

public void setMyAuthor(SuperTypeTestCaseClasses.AuthorMyDTO author)


Copyright © 2012 Glasnost. All Rights Reserved.