java.lang.Objectcom.ibm.commerce.registry.BusinessPolicyRegistry.TypeAndStoreKey
Provides the methods for the type and store Id of business policy.
Constructor Summary | |
BusinessPolicyRegistry.TypeAndStoreKey(java.lang.String asType, java.lang.Integer anStoreId) Constructor for the TypeAndStoreKey. |
Method Summary | |
boolean | equals(java.lang.Object aObj) Checks if the given object has the same type and store Id. |
java.lang.Integer | getStoreId() Gets the store Id. |
java.lang.String | getType() Gets the type. |
int | hashCode() Gets the hash code of the type and store Id. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BusinessPolicyRegistry.TypeAndStoreKey(java.lang.String asType, java.lang.Integer anStoreId)
Method Detail |
public boolean equals(java.lang.Object aObj)
public java.lang.String getType()
public java.lang.Integer getStoreId()
public int hashCode()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.