|
|
@ -230,15 +230,6 @@ public class Book { |
|
|
|
|
|
|
|
public Book() {} |
|
|
|
|
|
|
|
public Book(String title, String author, int year, String isbn, double price) { |
|
|
|
// super(); |
|
|
|
this.title = title; |
|
|
|
this.author = author; |
|
|
|
this.year = year; |
|
|
|
this.isbn = isbn; |
|
|
|
this.price = price; |
|
|
|
} |
|
|
|
|
|
|
|
public Book(String title, String author, int year, String isbn, double price, Category category) { |
|
|
|
// super(); |
|
|
|
this.title = title; |
|
|
|