com.ibm.commerce.marketingcenter.events.objects
Class SalesAssistantStatisticsKey
java.lang.Object
com.ibm.commerce.marketingcenter.events.objects.SalesAssistantStatisticsKey
- All Implemented Interfaces:
- java.io.Serializable
- public class SalesAssistantStatisticsKey
- 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 |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
treeId
public java.lang.Integer treeId
storeId
public java.lang.Integer storeId
conceptId
public java.lang.Integer conceptId
SalesAssistantStatisticsKey
public SalesAssistantStatisticsKey()
- Default constructor
SalesAssistantStatisticsKey
public SalesAssistantStatisticsKey(java.lang.Integer argTreeId,
java.lang.Integer argStoreId,
java.lang.Integer argConceptId)
- Initialize a key from the passed values
- Parameters:
- argTreeId - java.lang.Integer
- argStoreId - java.lang.Integer
- argConceptId - java.lang.Integer
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
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.