com.konakartadmin.bl
Class AdminSearchRuleMgr.StaticData
java.lang.Object
com.konakartadmin.bl.AdminSearchRuleMgr.StaticData
- Enclosing class:
- AdminSearchRuleMgr
protected class AdminSearchRuleMgr.StaticData
- extends java.lang.Object
Used to store the static data of this manager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ruleArray
private AdminSearchRule[] ruleArray
- Holds the search rules in a cache
refreshData
private boolean refreshData
- When set to true, we must refresh the data
AdminSearchRuleMgr.StaticData
protected AdminSearchRuleMgr.StaticData()
getRuleArray
public AdminSearchRule[] getRuleArray()
- Returns:
- the ruleArray
setRuleArray
public void setRuleArray(AdminSearchRule[] ruleArray)
- Parameters:
ruleArray
- the ruleArray to set
isRefreshData
public boolean isRefreshData()
- Returns:
- the refreshData
setRefreshData
public void setRefreshData(boolean refreshData)
- Parameters:
refreshData
- the refreshData to set
Copyright © 2011 DS Data Systems UK Ltd.