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
JurisdictionGroupCache.Key(java.lang.Integer anJurisdictionGroupId)
          Constructs a JurisdictionGroupCache key.
 
Method Summary
 boolean equals(java.lang.Object aObj)
           
 java.lang.Integer getJurisdictionGroupId()
          Returns the jurisdiction group identifier.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JurisdictionGroupCache.Key

public JurisdictionGroupCache.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
Returns:
boolean
See Also:
Object.equals(Object)

hashCode

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