public static class InverseMappingTestCase.Author extends InverseMappingTestCase.Person
| Constructor and Description |
|---|
Author() |
| Modifier and Type | Method and Description |
|---|---|
Set<InverseMappingTestCase.Book> |
getBooks() |
void |
setBooks(Set<InverseMappingTestCase.Book> books) |
getAddress, getFirstName, getLastName, setAddress, setFirstName, setLastNamepublic Set<InverseMappingTestCase.Book> getBooks()
public void setBooks(Set<InverseMappingTestCase.Book> books)
Copyright © 2017 Glasnost. All Rights Reserved.