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.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
JurisdictionGroupCache.Key
public JurisdictionGroupCache.Key(java.lang.Integer anJurisdictionGroupId)
- Constructs a JurisdictionGroupCache key.
- Parameters:
- anJurisdictionGroupId - the jurisdiction group identifier.
getJurisdictionGroupId
public java.lang.Integer getJurisdictionGroupId()
- Returns the jurisdiction group identifier.
-
- Returns:
- the jurisdiction group identifier
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
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.