Package org.bookstore.catalog.entity
Class Book
java.lang.Object
org.bookstore.catalog.entity.Book
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIsbn()getPrice()getTitle()voidsetAuthors(String authors) voidsetDescription(String description) voidsetImageUrl(String imageUrl) voidvoidsetNumberOfPages(Integer numberOfPages) voidsetPrice(BigDecimal price) voidsetPublicationYear(Integer publicationYear) voidsetPublisher(String publisher) voidsetSubtitle(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
-