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
public abstract class AbstractBookSeriesAdv extends Object implements SBookSeries, Serializable
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractBookSeriesAdv()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract DependencyTable
getDependencyTable()
boolean
isAutoFormulaCacheClean()
void
setAutoFormulaCacheClean(boolean autoFormulaCacheClean)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.keikai.model.SBookSeries
getAttribute, getAttributes, getBook, getBooks, getLock, setAttribute
-
-
-
-
Method Detail
-
getDependencyTable
public abstract DependencyTable getDependencyTable()
-
isAutoFormulaCacheClean
public boolean isAutoFormulaCacheClean()
- Specified by:
isAutoFormulaCacheClean
in 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:
setAutoFormulaCacheClean
in interfaceSBookSeries
- See Also:
SBookSeries.isAutoFormulaCacheClean()
-
-