public class Book extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Book.All |
| Constructor and Description |
|---|
Book() |
| Modifier and Type | Method and Description |
|---|---|
Author |
getAuthor() |
String |
getSubtitle() |
String |
getTitle() |
void |
setAuthor(Author author) |
void |
setSubtitle(String subtitle) |
void |
setTitle(String title) |
Copyright © 2008–2017. All rights reserved.