com.ibm.commerce.fulfillment.commands
Class ShippingArrangementCache.Key

java.lang.Object
  com.ibm.commerce.fulfillment.commands.ShippingArrangementCache.Key
Enclosing class:
ShippingArrangementCache

public static class ShippingArrangementCache.Key
extends java.lang.Object

Key class of ShippingArrangementCache.


Constructor Summary
ShippingArrangementCache.Key(java.lang.Integer anStoreId, java.lang.Integer anShippingModeId)
Constructs a ShippingArrangementCache key.
Method Summary
boolean equals(java.lang.Object aObj)
java.lang.Integer getShippingModeId()
Returns the shippingModeId.
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

ShippingArrangementCache.Key

public ShippingArrangementCache.Key(java.lang.Integer anStoreId,
                                    java.lang.Integer anShippingModeId)
Constructs a ShippingArrangementCache key.
Parameters:
anStoreId - the storeId
anShippingModeId - the shippingModeId
Method Detail

getStoreId

public java.lang.Integer getStoreId()
Returns the storeId.
Returns:
the storeId

getShippingModeId

public java.lang.Integer getShippingModeId()
Returns the shippingModeId.
Returns:
the shippingModeId

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