ma.glasnost.orika.test.property
Class TestCaseClasses.BookMyDTO

java.lang.Object
  extended by ma.glasnost.orika.test.property.TestCaseClasses.BookMyDTO
Enclosing interface:
TestCaseClasses

public static class TestCaseClasses.BookMyDTO
extends Object


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

Field Detail

additionalValue

public String additionalValue
Constructor Detail

TestCaseClasses.BookMyDTO

public TestCaseClasses.BookMyDTO()
Method Detail

getMyTitle

public String getMyTitle()

setMyTitle

public void setMyTitle(String title)

getMyAuthor

public TestCaseClasses.AuthorMyDTO getMyAuthor()

setMyAuthor

public void setMyAuthor(TestCaseClasses.AuthorMyDTO author)


Copyright © 2012 Glasnost. All Rights Reserved.