com.ibm.commerce.fulfillment.commands
Class ShippingJurisdictionCache.Key
- java.lang.Object
-
- com.ibm.commerce.fulfillment.commands.ShippingJurisdictionCache.Key
-
- Enclosing class:
- ShippingJurisdictionCache
public static class ShippingJurisdictionCache.Key extends java.lang.Object
Key class of ShippingJurisdictionCache.
-
-
Constructor Summary
Constructors Constructor and Description Key(java.lang.Integer anStoreId, java.lang.Long alAddressId)
Constructs a ShippingJurisdictionCache key.
-
Method Summary
All Methods Instance Methods Concrete Methods 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()
-
-
-
Constructor Detail
-
Key
public Key(java.lang.Integer anStoreId, java.lang.Long alAddressId)
Constructs a ShippingJurisdictionCache key.- Parameters:
anStoreId
- the store identifier.alAddressId
- the addressId.
-
-
Method Detail
-
getStoreId
public java.lang.Integer getStoreId()
Returns the storeId.- Returns:
- the storeId
-
getAddressId
public java.lang.Long getAddressId()
Returns the addressId.- Returns:
- the addressId
-
equals
public boolean equals(java.lang.Object aObj)
- Overrides:
equals
in classjava.lang.Object
- Parameters:
aObj
-- Returns:
- boolean
- See Also:
Object.equals(Object)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
- Returns:
- int
- See Also:
Object.hashCode()
-
-