java.lang.Object | +--com.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)
anStoreId
- the store identifier.alAddressId
- the addressId.Method Detail |
---|
public java.lang.Integer getStoreId()
public java.lang.Long getAddressId()
public boolean equals(java.lang.Object aObj)
equals
in class java.lang.Object
Object.equals(Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()