java.lang.Object | +--com.ibm.commerce.fulfillment.commands.JurisdictionGroupCache.Key
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 |
---|
public JurisdictionGroupCache.Key(java.lang.Integer anJurisdictionGroupId)
anJurisdictionGroupId
- the jurisdiction group
identifier.Method Detail |
---|
public java.lang.Integer getJurisdictionGroupId()
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()