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

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

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

Methods in ma.glasnost.orika.test.object that return types with arguments of type InverseMappingTestCase.BookDTO
 Set<InverseMappingTestCase.BookDTO> InverseMappingTestCase.ReaderDTO.getBooks()
           
 Set<InverseMappingTestCase.BookDTO> InverseMappingTestCase.PublisherDTO.getBooks()
           
 

Method parameters in ma.glasnost.orika.test.object with type arguments of type InverseMappingTestCase.BookDTO
 void InverseMappingTestCase.ReaderDTO.setBooks(Set<InverseMappingTestCase.BookDTO> books)
           
 void InverseMappingTestCase.PublisherDTO.setBooks(Set<InverseMappingTestCase.BookDTO> books)
           
 



Copyright © 2012 Glasnost. All Rights Reserved.