com.ibm.commerce.marketingcenter.externalevent
Class WCSExternalEventInfo

java.lang.Object
  |
  +--com.ibm.commerce.marketingcenter.externalevent.WCSExternalEventInfo

public class WCSExternalEventInfo
extends java.lang.Object

This class captures detailed information about the current event.


Field Summary
static java.lang.String ADD_INTEREST_ITEM
           
static java.lang.String ADD_ORDER_ITEM
           
static java.lang.String COPYRIGHT
           
static java.lang.String DELETE_INTEREST_ITEM
           
static java.lang.String DELETE_ORDER_ITEM
           
static java.lang.String DISPLAY_PRODUCT
           
static java.lang.String PURCHASE_ITEM
           
static java.lang.String UPDATE_ORDER_ITEM
           
 
Constructor Summary
WCSExternalEventInfo(java.lang.String eventName, java.lang.Integer eventValue)
          Creates a WCSExternalEventInfo object with the specified eventName and eventValue.
 
Method Summary
 java.lang.String getEventName()
          Returns the name of the event.
 java.lang.Integer getEventValue()
          Returns the value associated with the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD_INTEREST_ITEM

public static final java.lang.String ADD_INTEREST_ITEM

ADD_ORDER_ITEM

public static final java.lang.String ADD_ORDER_ITEM

COPYRIGHT

public static final java.lang.String COPYRIGHT

DELETE_INTEREST_ITEM

public static final java.lang.String DELETE_INTEREST_ITEM

DELETE_ORDER_ITEM

public static final java.lang.String DELETE_ORDER_ITEM

DISPLAY_PRODUCT

public static final java.lang.String DISPLAY_PRODUCT

PURCHASE_ITEM

public static final java.lang.String PURCHASE_ITEM

UPDATE_ORDER_ITEM

public static final java.lang.String UPDATE_ORDER_ITEM
Constructor Detail

WCSExternalEventInfo

public WCSExternalEventInfo(java.lang.String eventName,
                            java.lang.Integer eventValue)
Creates a WCSExternalEventInfo object with the specified eventName and eventValue.
Parameters:
eventName - java.lang.String The name of the event.
eventValue - java.lang.Integer The value associated with this event.
Method Detail

getEventName

public java.lang.String getEventName()
Returns the name of the event.
Returns:
java.lang.String The name of the event.

getEventValue

public java.lang.Integer getEventValue()
Returns the value associated with the event.
Returns:
java.lang.Integer The value associated with the event.