Package io.keikai.model
Class SBooks
java.lang.Object
io.keikai.model.SBooks
Contains factory methods to create a
SBook.- Since:
- 3.5.0
- Author:
- dennis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SBookcreateBook(String bookName) Create a book with the bookName
-
Constructor Details
-
SBooks
public SBooks()
-
-
Method Details
-
createBook
Create a book with the bookName- Parameters:
bookName-- Returns:
- the book instance
-