com.ibm.commerce.marketingcenter.events.dbobjects
Class PEStatsConstants

java.lang.Object
  |
  +--com.ibm.commerce.marketingcenter.events.dbobjects.PEStatsConstants

public class PEStatsConstants
extends java.lang.Object

Constants that represent column names for the PESTATS table.


Field Summary
static java.lang.String CATGROUP_ID
          Column name definitions - category ID
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String FEATURE_ID
          Column name definitions - product explorer feature ID
static java.lang.String PECOUNT
          Column name definitions - product explorer count
static java.lang.String PEFEATURENAME
          Column name definitions - product explorer feature name
static java.lang.String STOREENT_ID
          Column name definitions - store entity ID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

FEATURE_ID

public static final java.lang.String FEATURE_ID
Column name definitions - product explorer feature ID
See Also:
Constant Field Values

STOREENT_ID

public static final java.lang.String STOREENT_ID
Column name definitions - store entity ID
See Also:
Constant Field Values

CATGROUP_ID

public static final java.lang.String CATGROUP_ID
Column name definitions - category ID
See Also:
Constant Field Values

PECOUNT

public static final java.lang.String PECOUNT
Column name definitions - product explorer count
See Also:
Constant Field Values

PEFEATURENAME

public static final java.lang.String PEFEATURENAME
Column name definitions - product explorer feature name
See Also:
Constant Field Values