Class SBooks


  • public class SBooks
    extends java.lang.Object
    Contains factory methods to create a SBook.
    Since:
    3.5.0
    Author:
    dennis
    • Constructor Summary

      Constructors 
      Constructor Description
      SBooks()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static SBook createBook​(java.lang.String bookName)
      Create a book with the bookName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SBooks

        public SBooks()
    • Method Detail

      • createBook

        public static SBook createBook​(java.lang.String bookName)
        Create a book with the bookName
        Parameters:
        bookName -
        Returns:
        the book instance