com.ibm.commerce.fulfillment.commands

Class JurisdictionGroupCache.Key

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


    public static class JurisdictionGroupCache.Key
    extends java.lang.Object
    Key class of JurisdictionGroupCache.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Key(java.lang.Integer anJurisdictionGroupId)
      Constructs a JurisdictionGroupCache key.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object aObj) 
      java.lang.Integer getJurisdictionGroupId()
      Returns the jurisdiction group identifier.
      int hashCode() 
      • Methods inherited from class java.lang.Object

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

      • Key

        public Key(java.lang.Integer anJurisdictionGroupId)
        Constructs a JurisdictionGroupCache key.
        Parameters:
        anJurisdictionGroupId - the jurisdiction group identifier.
    • Method Detail

      • getJurisdictionGroupId

        public java.lang.Integer getJurisdictionGroupId()
        Returns the jurisdiction group identifier.
        Returns:
        the jurisdiction group identifier
      • 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()