Package io.keikai.model.impl
Class AbstractBookSeriesAdv
java.lang.Object
io.keikai.model.impl.AbstractBookSeriesAdv
- All Implemented Interfaces:
SBookSeries,Serializable
- Direct Known Subclasses:
BookSeriesImpl,SimpleBookSeriesImpl
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract DependencyTablebooleanvoidsetAutoFormulaCacheClean(boolean autoFormulaCacheClean) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.keikai.model.SBookSeries
getAttribute, getAttributes, getBook, getBooks, getLock, setAttribute
-
Constructor Details
-
AbstractBookSeriesAdv
public AbstractBookSeriesAdv()
-
-
Method Details
-
getDependencyTable
-
isAutoFormulaCacheClean
public boolean isAutoFormulaCacheClean()- Specified by:
isAutoFormulaCacheCleanin interfaceSBookSeries- Returns:
- return the flag that indicate formula cache will be cleared automatically or not, default is FALSE.
-
setAutoFormulaCacheClean
public void setAutoFormulaCacheClean(boolean autoFormulaCacheClean) - Specified by:
setAutoFormulaCacheCleanin interfaceSBookSeries- See Also:
-