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

storeId

public java.lang.Integer storeId

catGroupId

public java.lang.Long catGroupId

metaphorTypeId

public java.lang.Integer metaphorTypeId
Constructor Detail

ProductAdvisorStatisticsKey

public ProductAdvisorStatisticsKey()
Default constructor

ProductAdvisorStatisticsKey

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

equals

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

hashCode

public int hashCode()
hashCode method
Returns:
int

toString

public java.lang.String toString()

Feedback