ma.glasnost.orika.test.boundmapperfacade
Class InverseMappingTestCase.BookDTO

java.lang.Object
  extended by ma.glasnost.orika.test.boundmapperfacade.InverseMappingTestCase.BookDTO
Enclosing class:
InverseMappingTestCase

public static class InverseMappingTestCase.BookDTO
extends Object


Constructor Summary
InverseMappingTestCase.BookDTO()
           
 
Method Summary
 InverseMappingTestCase.AuthorDTO getAuthor()
           
 String getTitle()
           
 void setAuthor(InverseMappingTestCase.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

InverseMappingTestCase.BookDTO

public InverseMappingTestCase.BookDTO()
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getAuthor

public InverseMappingTestCase.AuthorDTO getAuthor()

setAuthor

public void setAuthor(InverseMappingTestCase.AuthorDTO author)


Copyright © 2012 Glasnost. All Rights Reserved.