com.ibm.commerce.marketingcenter.events.objects
Class CampaignLogKey

java.lang.Object
  |
  +--com.ibm.commerce.marketingcenter.events.objects.CampaignLogKey
All Implemented Interfaces:
java.io.Serializable

public class CampaignLogKey
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Field Summary
 java.lang.Integer initiativeId
           
 java.lang.Integer marketingPageElementId
           
 java.lang.Long userTrafficId
           
 
Constructor Summary
CampaignLogKey()
          Default constructor
CampaignLogKey(java.lang.Long argUserTrafficId, java.lang.Integer argMarketingPageElementId, java.lang.Integer argInitiativeId)
          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

userTrafficId

public java.lang.Long userTrafficId

marketingPageElementId

public java.lang.Integer marketingPageElementId

initiativeId

public java.lang.Integer initiativeId
Constructor Detail

CampaignLogKey

public CampaignLogKey()
Default constructor

CampaignLogKey

public CampaignLogKey(java.lang.Long argUserTrafficId,
                      java.lang.Integer argMarketingPageElementId,
                      java.lang.Integer argInitiativeId)
Initialize a key from the passed values
Parameters:
argUserTrafficId - java.lang.Long
argMarketingPageElementId - java.lang.Integer
argInitiativeId - java.lang.Integer
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