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 Summary
 java.lang.Long catGroupId
           
 java.lang.Integer featureId
           
 java.lang.Integer storeId
           
 
Constructor Summary
ProductExplorerStatisticsKey()
          Default constructor
ProductExplorerStatisticsKey(java.lang.Integer argStoreId, java.lang.Integer argFeatureId, java.lang.Long argCatGroupId)
          Initialize a key from the passed values
 
Method Summary
 boolean equals(java.lang.Object o)
          equals method
 int hashCode()
          hashCode method
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

catGroupId

public java.lang.Long catGroupId

featureId

public java.lang.Integer featureId

storeId

public java.lang.Integer storeId
Constructor Detail

ProductExplorerStatisticsKey

public ProductExplorerStatisticsKey()
Default constructor

ProductExplorerStatisticsKey

public ProductExplorerStatisticsKey(java.lang.Integer argStoreId,
                                    java.lang.Integer argFeatureId,
                                    java.lang.Long argCatGroupId)
Initialize a key from the passed values
Parameters:
argStoreId - java.lang.Integer
argFeatureId - java.lang.Integer
argCatGroupId - java.lang.Long
Method Detail

equals

public boolean equals(java.lang.Object o)
equals method
Overrides:
equals in class java.lang.Object
Parameters:
o - java.lang.Object
Returns:
boolean

hashCode

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