com.ibm.commerce.marketingcenter.events.objects

Class ProductComparisonStatisticsKey

  • java.lang.Object
    • com.ibm.commerce.marketingcenter.events.objects.ProductComparisonStatisticsKey
  • All Implemented Interfaces:
    java.io.Serializable


    public class ProductComparisonStatisticsKey
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

    • Constructor Detail

      • ProductComparisonStatisticsKey

        public ProductComparisonStatisticsKey()
      • ProductComparisonStatisticsKey

        public ProductComparisonStatisticsKey(java.lang.Long catGroupId,
                                              java.lang.Integer storeId)
    • Method Detail

      • getCatGroupId

        public java.lang.Long getCatGroupId()
      • setCatGroupId

        public void setCatGroupId(java.lang.Long catGroupId)
      • getStoreId

        public java.lang.Integer getStoreId()
      • setStoreId

        public void setStoreId(java.lang.Integer storeId)
      • equals

        public boolean equals(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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