com.ibm.commerce.rules
Class RulesSystemDataModelMemoryImpl.RuleServiceConfigurationKey

java.lang.Object
  |
  +--com.ibm.commerce.rules.RulesSystemDataModelMemoryImpl.RuleServiceConfigurationKey
Enclosing class:
RulesSystemDataModelMemoryImpl

public static class RulesSystemDataModelMemoryImpl.RuleServiceConfigurationKey
extends java.lang.Object

The key for the rule service configurations map.


Constructor Summary
RulesSystemDataModelMemoryImpl.RuleServiceConfigurationKey(java.lang.String aRuleServerName, RuleServiceKey aRuleServiceKey)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RulesSystemDataModelMemoryImpl.RuleServiceConfigurationKey

public RulesSystemDataModelMemoryImpl.RuleServiceConfigurationKey(java.lang.String aRuleServerName,
                                                                  RuleServiceKey aRuleServiceKey)
Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object