public static class InverseMappingTestCase.Publisher extends Object
| Constructor and Description |
|---|
Publisher() |
| Modifier and Type | Method and Description |
|---|---|
Set<InverseMappingTestCase.Book> |
getBooks() |
String |
getName() |
void |
setBooks(Set<InverseMappingTestCase.Book> books) |
void |
setName(String name) |
public String getName()
public void setName(String name)
public Set<InverseMappingTestCase.Book> getBooks()
public void setBooks(Set<InverseMappingTestCase.Book> books)
Copyright © 2017 Glasnost. All Rights Reserved.