public String getRulesFile() { return config.getProperty(RulesConfigKey.PAYMENT_RULES_FILE.getVal()); }
public void prepareData() { table = new HashMap<String, DynamicBean>(); String deftemplate = config.getProperty(RulesConfigKey.PAYMENT_DEFTEMPLATE.getVal()); table.put(deftemplate, bean); }
/////////////// implementation of interface public String getModuleName() { return config.getProperty(RulesConfigKey.PAYMENT_MODULE.getVal()); }