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
ShippingJurisdictionCache.Key(java.lang.Integer anStoreId, java.lang.Long alAddressId)
Constructs a ShippingJurisdictionCache key.
Method Summary
boolean equals(java.lang.Object aObj)
java.lang.Long getAddressId()
Returns the addressId.
java.lang.Integer getStoreId()
Returns the storeId.
int hashCode()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ShippingJurisdictionCache.Key

public ShippingJurisdictionCache.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)
Returns:
boolean
See Also:
Object.equals(Object)

hashCode

public int hashCode()
Returns:
int
See Also:
Object.hashCode()

Feedback