com.ibm.commerce.marketingcenter.events.dbobjects

Class PCStatsConstants

  • java.lang.Object
    • com.ibm.commerce.marketingcenter.events.dbobjects.PCStatsConstants


  • public class PCStatsConstants
    extends java.lang.Object
    Constants that represent column names for the PCSTATS table.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CATGROUP_ID
      Column name definitions - category ID
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      static java.lang.String PCCLICKS
      Column name definitions - product comparison clicks
      static java.lang.String PCVIEWS
      Column name definitions - product comparison views
      static java.lang.String STOREENT_ID
      Column name definitions - store entity ID
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CATGROUP_ID

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

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

        public static final java.lang.String PCCLICKS
        Column name definitions - product comparison clicks
        See Also:
        Constant Field Values
      • PCVIEWS

        public static final java.lang.String PCVIEWS
        Column name definitions - product comparison views
        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