com.ibm.commerce.order.calculation

Class TaxCategoryIdKey

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


  • public class TaxCategoryIdKey
    extends java.lang.Object
    Index of the TAXCGRY table.
    • Field Summary

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

      Constructors 
      Constructor and Description
      TaxCategoryIdKey(java.lang.Integer anStoreId, java.lang.Integer anUsageId) 
    • Constructor Detail

      • TaxCategoryIdKey

        public TaxCategoryIdKey(java.lang.Integer anStoreId,
                                java.lang.Integer anUsageId)
    • Method Detail

      • equals

        public boolean equals(java.lang.Object aObj)
        Overrides:
        equals in class java.lang.Object
      • getStoreId

        public java.lang.Integer getStoreId()
      • getUsageId

        public java.lang.Integer getUsageId()
      • hashCode

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