public class Book extends Object
Modifier | Constructor and Description |
---|---|
protected |
Book() |
|
Book(int id,
String title,
String author,
String isbn,
String publicationDate) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
int |
getId() |
String |
getIsbn() |
String |
getPublicationDate() |
String |
getTitle() |
Copyright © 2022. All rights reserved.