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

      Constructors 
      Constructor and Description
      Key(java.lang.Integer anStoreId, java.lang.Integer anShippingModeId)
      Constructs a ShippingArrangementCache key.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Key

        public 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)
        Overrides:
        equals in class java.lang.Object
        Parameters:
        aObj -
        Returns:
        boolean
        See Also:
        Object.equals(Object)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        int
        See Also:
        Object.hashCode()