|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Publisher | |
|---|---|
| book.ex5.model | |
| Uses of Publisher in book.ex5.model |
|---|
| Fields in book.ex5.model declared as Publisher | |
|---|---|
private Publisher |
Book.publisher
|
| Methods in book.ex5.model that return Publisher | |
|---|---|
Publisher |
Book.getPublisher()
|
| Methods in book.ex5.model with parameters of type Publisher | |
|---|---|
void |
Book.setPublisher(Publisher publisher)
|
| Constructors in book.ex5.model with parameters of type Publisher | |
|---|---|
Book(java.lang.String title,
Publisher publisher,
int year,
java.lang.String edition,
java.lang.String isbn,
java.util.Set<java.lang.String> keywords)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||