类 CacheFilterModel
- java.lang.Object
-
- org.sagacity.sqltoy.config.model.CacheFilterModel
-
- 所有已实现的接口:
Serializable
public class CacheFilterModel extends Object implements Serializable
- 版本:
- v1.0,Date:2019年1月13日
- 作者:
- zhongxuchen
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 CacheFilterModel()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetCacheIndex()StringgetCompareParam()StringgetCompareType()voidsetCacheIndex(int cacheIndex)voidsetCompareParam(String compareParam)voidsetCompareType(String compareType)
-
-
-
方法详细资料
-
getCacheIndex
public int getCacheIndex()
- 返回:
- the cacheIndex
-
setCacheIndex
public void setCacheIndex(int cacheIndex)
- 参数:
cacheIndex- the cacheIndex to set
-
getCompareParam
public String getCompareParam()
- 返回:
- the compareParam
-
setCompareParam
public void setCompareParam(String compareParam)
- 参数:
compareParam- the compareParam to set
-
getCompareType
public String getCompareType()
- 返回:
- the compareType
-
setCompareType
public void setCompareType(String compareType)
- 参数:
compareType- the compareType to set
-
-