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.
 
Method Summary
 boolean equals(java.lang.Object aObj)
           
 java.lang.Integer getFulfillmentCenterId()
           
 java.lang.Integer getJurisdictionId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

TaxRuleKey

public TaxRuleKey(java.lang.Integer anFulfillmentCenterId,
                  java.lang.Integer anJurisdictionId)
TaxRuleKey constructor comment.
Method Detail

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