类 ParamFilterModel
- java.lang.Object
-
- org.sagacity.sqltoy.config.model.ParamFilterModel
-
- 所有已实现的接口:
Serializable
public class ParamFilterModel extends Object implements Serializable
- 版本:
- v1.0,Date:2013-3-22
- 作者:
- zhongxuchen
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ParamFilterModel()ParamFilterModel(String filterType, String[] params)
-
方法概要
-
-
-
方法详细资料
-
getFilterType
public String getFilterType()
-
setFilterType
public void setFilterType(String filterType)
-
getValues
public Object[] getValues()
-
setValues
public void setValues(Object[] values)
-
getParams
public String[] getParams()
- 返回:
- the params
-
setParams
public void setParams(String[] params)
- 参数:
params- the params to set
-
getNumberType
public String getNumberType()
- 返回:
- the numberType
-
setNumberType
public void setNumberType(String numberType)
- 参数:
numberType- the numberType to set
-
addExclude
public void addExclude(String excludeParam)
- 参数:
excludeParam- the excludesMap to set
-
getIncrementTime
public Double getIncrementTime()
- 返回:
- the incrementTime
-
setIncrementTime
public void setIncrementTime(Double incrementTime)
- 参数:
incrementTime- the incrementTime to set
-
getTimeUnit
public TimeUnit getTimeUnit()
- 返回:
- the timeUnit
-
setTimeUnit
public void setTimeUnit(TimeUnit timeUnit)
- 参数:
timeUnit- the incrementUnit to set
-
getDataType
public String getDataType()
- 返回:
- the dataType
-
setDataType
public void setDataType(String dataType)
- 参数:
dataType- the dataType to set
-
getFormat
public String getFormat()
- 返回:
- the format
-
setFormat
public void setFormat(String format)
- 参数:
format- the format to set
-
getSplit
public String getSplit()
- 返回:
- the split
-
setSplit
public void setSplit(String split)
- 参数:
split- the split to set
-
getRegex
public String getRegex()
- 返回:
- the regex
-
setRegex
public void setRegex(String regex)
- 参数:
regex- the regex to set
-
isFirst
public boolean isFirst()
- 返回:
- the isFirst
-
setFirst
public void setFirst(boolean isFirst)
- 参数:
isFirst- the isFirst to set
-
getParam
public String getParam()
- 返回:
- the param
-
setParam
public void setParam(String param)
- 参数:
param- the param to set
-
getUpdateParams
public String[] getUpdateParams()
- 返回:
- the updateParams
-
setUpdateParams
public void setUpdateParams(String[] updateParams)
- 参数:
updateParams- the updateParams to set
-
getUpdateValue
public String getUpdateValue()
- 返回:
- the updateValue
-
setUpdateValue
public void setUpdateValue(String updateValue)
- 参数:
updateValue- the updateValue to set
-
getCompareType
public String getCompareType()
- 返回:
- the compareType
-
setCompareType
public void setCompareType(String compareType)
- 参数:
compareType- the compareType to set
-
getCompareValues
public String[] getCompareValues()
- 返回:
- the compareValues
-
setCompareValues
public void setCompareValues(String[] compareValues)
- 参数:
compareValues- the compareValues to set
-
getCacheName
public String getCacheName()
- 返回:
- the cacheName
-
setCacheName
public void setCacheName(String cacheName)
- 参数:
cacheName- the cacheName to set
-
getCacheType
public String getCacheType()
- 返回:
- the cacheType
-
setCacheType
public void setCacheType(String cacheType)
- 参数:
cacheType- the cacheType to set
-
getAliasName
public String getAliasName()
- 返回:
- the aliasName
-
setAliasName
public void setAliasName(String aliasName)
- 参数:
aliasName- the aliasName to set
-
getCacheMappingIndexes
public int[] getCacheMappingIndexes()
- 返回:
- the cacheMappingIndexes
-
setCacheMappingIndexes
public void setCacheMappingIndexes(int[] cacheMappingIndexes)
- 参数:
cacheMappingIndexes- the cacheMappingIndexes to set
-
getCacheMappingMax
public int getCacheMappingMax()
- 返回:
- the cacheMappingMax
-
setCacheMappingMax
public void setCacheMappingMax(int cacheMappingMax)
- 参数:
cacheMappingMax- the cacheMappingMax to set
-
getCacheFilters
public CacheFilterModel[] getCacheFilters()
- 返回:
- the cacheFilters
-
setCacheFilters
public void setCacheFilters(CacheFilterModel[] cacheFilters)
- 参数:
cacheFilters- the cacheFilters to set
-
isSingleQuote
public boolean isSingleQuote()
- 返回:
- the singleQuote
-
setSingleQuote
public void setSingleQuote(boolean singleQuote)
- 参数:
singleQuote- the singleQuote to set
-
getCacheNotMatchedValue
public String getCacheNotMatchedValue()
- 返回:
- the cacheNotMatchedValue
-
setCacheNotMatchedValue
public void setCacheNotMatchedValue(String cacheNotMatchedValue)
- 参数:
cacheNotMatchedValue- the cacheNotMatchedValue to set
-
getType
public String getType()
- 返回:
- the type
-
setType
public void setType(String type)
- 参数:
type- the type to set
-
getCacheKeyIndex
public int getCacheKeyIndex()
- 返回:
- the cacheKeyIndex
-
setCacheKeyIndex
public void setCacheKeyIndex(int cacheKeyIndex)
- 参数:
cacheKeyIndex- the cacheKeyIndex to set
-
isPriorMatchEqual
public boolean isPriorMatchEqual()
-
setPriorMatchEqual
public void setPriorMatchEqual(boolean priorMatchEqual)
-
isCacheNotMatchedReturnSelf
public boolean isCacheNotMatchedReturnSelf()
-
setCacheNotMatchedReturnSelf
public void setCacheNotMatchedReturnSelf(boolean cacheNotMatchedReturnSelf)
-
getAddQuote
public String getAddQuote()
-
setAddQuote
public void setAddQuote(String addQuote)
-
-