Package org.bookstore.catalog.entity
Class Book
java.lang.Object
org.bookstore.catalog.entity.Book
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIsbn()
getPrice()
getTitle()
void
setAuthors
(String authors) void
setDescription
(String description) void
setImageUrl
(String imageUrl) void
void
setNumberOfPages
(Integer numberOfPages) void
setPrice
(BigDecimal price) void
setPublicationYear
(Integer publicationYear) void
setPublisher
(String publisher) void
setSubtitle
(String subtitle) void
-
Constructor Details
-
Book
public Book()
-
-
Method Details
-
getIsbn
-
setIsbn
-
getTitle
-
setTitle
-
getSubtitle
-
setSubtitle
-
getAuthors
-
setAuthors
-
getPublisher
-
setPublisher
-
getPublicationYear
-
setPublicationYear
-
getNumberOfPages
-
setNumberOfPages
-
getDescription
-
setDescription
-
getImageUrl
-
setImageUrl
-
getPrice
-
setPrice
-