public static class ShippingJurisdictionCache.Key
extends java.lang.Object
| Constructor and Description |
|---|
Key(java.lang.Integer anStoreId,
java.lang.Long alAddressId)
Constructs a ShippingJurisdictionCache key.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object aObj) |
java.lang.Long |
getAddressId()
Returns the addressId.
|
java.lang.Integer |
getStoreId()
Returns the storeId.
|
int |
hashCode() |
public Key(java.lang.Integer anStoreId,
java.lang.Long alAddressId)
anStoreId - the store identifier.alAddressId - the addressId.public java.lang.Integer getStoreId()
public java.lang.Long getAddressId()
public boolean equals(java.lang.Object aObj)
equals in class java.lang.ObjectaObj - Object.equals(Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()