Class Book
- java.lang.Object
-
- Book
-
public class Book extends Object
A class that represents books.DO NOT MODIFY THIS CLASS.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthor()
Gets the author of the bookdouble
getRating()
Gets the rating of the bookString
getTitle()
Gets the title of the bookString
toString()
Returns this book as a String
-