com.ibm.commerce.marketingcenter.events.objects

Class ProductAdvisorStatisticsKey

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


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

    • Constructor Detail

      • ProductAdvisorStatisticsKey

        public ProductAdvisorStatisticsKey()
      • ProductAdvisorStatisticsKey

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

      • getStoreId

        public java.lang.Integer getStoreId()
      • setStoreId

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

        public java.lang.Long getCatGroupId()
      • setCatGroupId

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

        public java.lang.Integer getMetaphorTypeId()
      • setMetaphorTypeId

        public void setMetaphorTypeId(java.lang.Integer metaphorTypeId)
      • 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