com.ibm.commerce.marketingcenter.events.objects

Class ProductExplorerStatisticsKey

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


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

    • Constructor Detail

      • ProductExplorerStatisticsKey

        public ProductExplorerStatisticsKey()
      • ProductExplorerStatisticsKey

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

      • getStoreId

        public java.lang.Integer getStoreId()
      • setStoreId

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

        public java.lang.Integer getFeatureId()
      • setFeatureId

        public void setFeatureId(java.lang.Integer featureId)
      • getCatGroupId

        public java.lang.Long getCatGroupId()
      • setCatGroupId

        public void setCatGroupId(java.lang.Long catGroupId)
      • 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