com.ibm.commerce.emarketing.beans

Class CustomerProfileDataBeanEntry

  • java.lang.Object
    • com.ibm.commerce.emarketing.beans.CustomerProfileDataBeanEntry


  • public class CustomerProfileDataBeanEntry
    extends java.lang.Object
    Represents a UI entry in a list of customer segments. Objects of this class will be returned by CustomerProfileDataBean.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getID()
      Gets the ID of the customer segment the entry represents.
      java.lang.String getName()
      Gets the name of the customer segment the entry represents.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getID

        public java.lang.String getID()
        Gets the ID of the customer segment the entry represents.
        Returns:
        the ID of the customer segment.
      • getName

        public java.lang.String getName()
        Gets the name of the customer segment the entry represents.
        Returns:
        the name of the customer segment.