Uses of Class
ma.glasnost.orika.test.object.InverseMappingTestCase.Book

Packages that use InverseMappingTestCase.Book
ma.glasnost.orika.test.object   
 

Uses of InverseMappingTestCase.Book in ma.glasnost.orika.test.object
 

Methods in ma.glasnost.orika.test.object that return types with arguments of type InverseMappingTestCase.Book
 Set<InverseMappingTestCase.Book> InverseMappingTestCase.Author.getBooks()
           
 Set<InverseMappingTestCase.Book> InverseMappingTestCase.Reader.getBooks()
           
 Set<InverseMappingTestCase.Book> InverseMappingTestCase.Publisher.getBooks()
           
 

Method parameters in ma.glasnost.orika.test.object with type arguments of type InverseMappingTestCase.Book
 void InverseMappingTestCase.Author.setBooks(Set<InverseMappingTestCase.Book> books)
           
 void InverseMappingTestCase.Reader.setBooks(Set<InverseMappingTestCase.Book> books)
           
 void InverseMappingTestCase.Publisher.setBooks(Set<InverseMappingTestCase.Book> books)
           
 



Copyright © 2012 Glasnost. All Rights Reserved.