java.lang.Object | +--com.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)
equals
in class java.lang.Object
aObj
- the input objectpublic java.lang.String getType()
public java.lang.Integer getStoreId()
public int hashCode()
hashCode
in class java.lang.Object