protected class AdminSearchRuleMgr.StaticData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
refreshData
When set to true, we must refresh the data
|
private AdminSearchRule[] |
ruleArray
Holds the search rules in a cache
|
Modifier | Constructor and Description |
---|---|
protected |
StaticData() |
Modifier and Type | Method and Description |
---|---|
AdminSearchRule[] |
getRuleArray() |
boolean |
isRefreshData() |
void |
setRefreshData(boolean refreshData) |
void |
setRuleArray(AdminSearchRule[] ruleArray) |
private AdminSearchRule[] ruleArray
private boolean refreshData
public AdminSearchRule[] getRuleArray()
public void setRuleArray(AdminSearchRule[] ruleArray)
ruleArray
- the ruleArray to setpublic boolean isRefreshData()
public void setRefreshData(boolean refreshData)
refreshData
- the refreshData to setCopyright © 2018 DS Data Systems UK Ltd.