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

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

public static class BidirectionalMappingTestCase.BookDTO
extends Object


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

BidirectionalMappingTestCase.BookDTO

public BidirectionalMappingTestCase.BookDTO()
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getAuthor

public BidirectionalMappingTestCase.AuthorDTO getAuthor()

setAuthor

public void setAuthor(BidirectionalMappingTestCase.AuthorDTO author)


Copyright © 2012 Glasnost. All Rights Reserved.