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

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

public static class InverseMappingTestCase.Author
extends InverseMappingTestCase.Person


Constructor Summary
InverseMappingTestCase.Author()
           
 
Method Summary
 Set<InverseMappingTestCase.Book> getBooks()
           
 void setBooks(Set<InverseMappingTestCase.Book> books)
           
 
Methods inherited from class ma.glasnost.orika.test.boundmapperfacade.InverseMappingTestCase.Person
getAddress, getFirstName, getLastName, setAddress, setFirstName, setLastName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InverseMappingTestCase.Author

public InverseMappingTestCase.Author()
Method Detail

getBooks

public Set<InverseMappingTestCase.Book> getBooks()

setBooks

public void setBooks(Set<InverseMappingTestCase.Book> books)


Copyright © 2012 Glasnost. All Rights Reserved.