| Package | Description |
|---|---|
| ma.glasnost.orika.test.object |
| Modifier and Type | Method and Description |
|---|---|
Set<InverseMappingTestCase.Book> |
InverseMappingTestCase.Author.getBooks() |
Set<InverseMappingTestCase.Book> |
InverseMappingTestCase.Reader.getBooks() |
Set<InverseMappingTestCase.Book> |
InverseMappingTestCase.Publisher.getBooks() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2016 Glasnost. All rights reserved.