com.ibm.commerce.order.calculation

Class TaxRuleKey

  • java.lang.Object
    • com.ibm.commerce.order.calculation.TaxRuleKey


  • public class TaxRuleKey
    extends java.lang.Object
    Index of the TAXJCRULE table.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Constructor Summary

      Constructors 
      Constructor and Description
      TaxRuleKey(java.lang.Integer anFulfillmentCenterId, java.lang.Integer anJurisdictionId)
      TaxRuleKey constructor comment.
      TaxRuleKey(java.lang.Integer anTaxCodeId, java.lang.Integer anFulfillmentCenterId, java.lang.Integer anJurisdictionId) 
    • Constructor Detail

      • TaxRuleKey

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

        public TaxRuleKey(java.lang.Integer anTaxCodeId,
                          java.lang.Integer anFulfillmentCenterId,
                          java.lang.Integer anJurisdictionId)
    • 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()
      • getTaxCodeId

        public java.lang.Integer getTaxCodeId()
      • hashCode

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