| Modifier and Type | Method and Description |
|---|---|
Author |
Book.getAuthor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Book.setAuthor(Author author) |
| Constructor and Description |
|---|
Book(Integer id,
String name,
Author author) |
Copyright © 2014. All Rights Reserved.