com.ibm.commerce.order.calculation
Class TaxRuleKey
java.lang.Object
|
+--com.ibm.commerce.order.calculation.TaxRuleKey
- public class TaxRuleKey
- extends java.lang.Object
Reserved for IBM internal use.
Index of the TAXJCRULE table.
Field Summary |
static java.lang.String |
COPYRIGHT
|
Constructor Summary |
TaxRuleKey(java.lang.Integer anFulfillmentCenterId,
java.lang.Integer anJurisdictionId)
TaxRuleKey constructor comment. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
TaxRuleKey
public TaxRuleKey(java.lang.Integer anFulfillmentCenterId,
java.lang.Integer anJurisdictionId)
- TaxRuleKey constructor comment.
equals
public boolean equals(java.lang.Object aObj)
- Overrides:
equals
in class java.lang.Object
getFulfillmentCenterId
public java.lang.Integer getFulfillmentCenterId()
getJurisdictionId
public java.lang.Integer getJurisdictionId()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object