Package org.bookstore.order.entity
Class Book
java.lang.Object
org.bookstore.order.entity.Book
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIsbn()
getPrice()
getTitle()
void
setAuthors
(String authors) void
void
setPrice
(BigDecimal price) void
setPublisher
(String publisher) void
-
Constructor Details
-
Book
public Book()
-
-
Method Details
-
getIsbn
-
setIsbn
-
getTitle
-
setTitle
-
getAuthors
-
setAuthors
-
getPublisher
-
setPublisher
-
getPrice
-
setPrice
-