protected void setOfferListKeys(HashSet<String> offerListKeys) {
   VerticaScoreResourceDataContainer.getInstance().staticOfferLists = offerListKeys;
 }
 protected HashSet<String> getStaticOfferListKeys() {
   return VerticaScoreResourceDataContainer.getInstance().staticOfferLists;
 }