com.ibm.commerce.registry
Class BusinessPolicyRegistry.TypeAndStoreKey

java.lang.Object
  |
  +--com.ibm.commerce.registry.BusinessPolicyRegistry.TypeAndStoreKey
Enclosing class:
BusinessPolicyRegistry

public class BusinessPolicyRegistry.TypeAndStoreKey
extends java.lang.Object


Constructor Summary
BusinessPolicyRegistry.TypeAndStoreKey(java.lang.String asType, java.lang.Integer anStoreId)
           
 
Method Summary
 boolean equals(java.lang.Object aObj)
           
 java.lang.Integer getStoreId()
           
 java.lang.String getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessPolicyRegistry.TypeAndStoreKey

public BusinessPolicyRegistry.TypeAndStoreKey(java.lang.String asType,
                                              java.lang.Integer anStoreId)
Method Detail

equals

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

getStoreId

public java.lang.Integer getStoreId()

getType

public java.lang.String getType()

hashCode

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