com.konakartadmin.bl
Class AdminSearchRuleMgr.StaticData

java.lang.Object
  extended by 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


Field Summary
private  boolean refreshData
          When set to true, we must refresh the data
private  AdminSearchRule[] ruleArray
          Holds the search rules in a cache
 
Constructor Summary
protected AdminSearchRuleMgr.StaticData()
           
 
Method Summary
 AdminSearchRule[] getRuleArray()
           
 boolean isRefreshData()
           
 void setRefreshData(boolean refreshData)
           
 void setRuleArray(AdminSearchRule[] ruleArray)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ruleArray

private AdminSearchRule[] ruleArray
Holds the search rules in a cache


refreshData

private boolean refreshData
When set to true, we must refresh the data

Constructor Detail

AdminSearchRuleMgr.StaticData

protected AdminSearchRuleMgr.StaticData()
Method Detail

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.