java.lang.Object | +--com.ibm.commerce.fulfillment.commands.ShippingArrangementCache.Key
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 |
---|
public ShippingArrangementCache.Key(java.lang.Integer anStoreId, java.lang.Integer anShippingModeId)
anStoreId
- the storeIdanShippingModeId
- the shippingModeIdMethod Detail |
---|
public java.lang.Integer getStoreId()
public java.lang.Integer getShippingModeId()
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()