java.lang.Objectcom.ibm.commerce.fulfillment.commands.ShippingJurisdictionCache.Key
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 |
public ShippingJurisdictionCache.Key(java.lang.Integer anStoreId, java.lang.Long alAddressId)
Method Detail |
public java.lang.Integer getStoreId()
public java.lang.Long getAddressId()
public boolean equals(java.lang.Object aObj)
public int hashCode()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.