Package io.keikai.model.impl
Class BookSeriesImpl
java.lang.Object
io.keikai.model.impl.AbstractBookSeriesAdv
io.keikai.model.impl.BookSeriesImpl
- All Implemented Interfaces:
SBookSeries,Serializable
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) Get the runtime custom attribute that stored in this bookGet the unmodifiable runtime attributes mapGet the book by name;getBooks()Gets the books listgetLock()Get the ReadWriteLock for synchronized when read-write model for current accessing.setAttribute(String name, Object value) Set the runtime custom attribute to stored in this book, the attribute is only use for developer to stored runtime data in the book, values will not stored to excel when exporting.Methods inherited from class io.keikai.model.impl.AbstractBookSeriesAdv
isAutoFormulaCacheClean, setAutoFormulaCacheClean
-
Constructor Details
-
BookSeriesImpl
-
-
Method Details
-
getBook
Description copied from interface:SBookSeriesGet the book by name;- Parameters:
name- the book name- Returns:
- the book or null if not found.
-
getDependencyTable
- Specified by:
getDependencyTablein classAbstractBookSeriesAdv
-
getLock
Description copied from interface:SBookSeriesGet the ReadWriteLock for synchronized when read-write model for current accessing.- Returns:
-
getBooks
Description copied from interface:SBookSeriesGets the books list- Returns:
- the readonly books list
-
getAttribute
Description copied from interface:SBookSeriesGet the runtime custom attribute that stored in this book- Parameters:
name- the attribute name- Returns:
- the value, or null if not found
-
setAttribute
Description copied from interface:SBookSeriesSet the runtime custom attribute to stored in this book, the attribute is only use for developer to stored runtime data in the book, values will not stored to excel when exporting.- Parameters:
name- name the attribute namevalue- the attribute value
-
getAttributes
Description copied from interface:SBookSeriesGet the unmodifiable runtime attributes map- Returns:
-