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
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 |
catGroupId
public java.lang.Long catGroupId
metaphorTypeId
public java.lang.Integer metaphorTypeId
storeId
public java.lang.Integer storeId
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.IntegerargCatGroupId
- java.lang.LongargMetaphorTypeId
- java.lang.Integer
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