com.ibm.commerce.marketingcenter.events.databeans

Class ExperimentCustomResultDataBean

  • java.lang.Object
    • com.ibm.commerce.marketingcenter.events.databeans.ExperimentCustomResultDataBean


  • public class ExperimentCustomResultDataBean
    extends java.lang.Object
    This data bean returns all the custom statistics associated with an experiment test element. In a customization, this bean should be extended, and have getters and setters for the custom data fields.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ExperimentCustomResultDataBean()
      Creates an ExperimentCustomResultDataBean and does not set any values.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getField1()
      This method gets the data from custom field 1.
      java.lang.String getField2()
      This method gets the data from custom field 2.
      java.lang.String getField3()
      This method gets the data from custom field 3.
      java.lang.String getField4()
      This method gets the data from custom field 4.
      void setCustomData(java.lang.Integer field1, java.lang.Integer field2, java.math.BigDecimal field3, java.lang.String field4)
      This method sets the custom statistics associated with the experiment.
      void setField1(java.lang.Integer f1)
      This method sets the data in custom field 1.
      void setField2(java.lang.Integer f2)
      This method sets the data in custom field 2.
      void setField3(java.math.BigDecimal f3)
      This method sets the data in custom field 3.
      void setField4(java.lang.String f4)
      This method sets the data in custom field 4.
      java.lang.String toString()
      This method gets the string representation of this data bean.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExperimentCustomResultDataBean

        public ExperimentCustomResultDataBean()
        Creates an ExperimentCustomResultDataBean and does not set any values.
    • Method Detail

      • getField1

        public java.lang.String getField1()
        This method gets the data from custom field 1.
        Returns:
        The data stored in custom field 1.
      • getField2

        public java.lang.String getField2()
        This method gets the data from custom field 2.
        Returns:
        The data stored in custom field 2.
      • getField3

        public java.lang.String getField3()
        This method gets the data from custom field 3.
        Returns:
        The data stored in custom field 3.
      • getField4

        public java.lang.String getField4()
        This method gets the data from custom field 4.
        Returns:
        The data stored in custom field 4.
      • setCustomData

        public void setCustomData(java.lang.Integer field1,
                                  java.lang.Integer field2,
                                  java.math.BigDecimal field3,
                                  java.lang.String field4)
        This method sets the custom statistics associated with the experiment.
        Parameters:
        field1 - custom field 1
        field2 - custom field 2
        field3 - custom field 3
        field4 - custom field 4
      • setField1

        public void setField1(java.lang.Integer f1)
        This method sets the data in custom field 1.
        Parameters:
        f1 - The data to store in custom field 1.
      • setField2

        public void setField2(java.lang.Integer f2)
        This method sets the data in custom field 2.
        Parameters:
        f2 - The data to store in custom field 2.
      • setField3

        public void setField3(java.math.BigDecimal f3)
        This method sets the data in custom field 3.
        Parameters:
        f3 - The data to store in custom field 3.
      • setField4

        public void setField4(java.lang.String f4)
        This method sets the data in custom field 4.
        Parameters:
        f4 - The data to store in custom field 4.
      • toString

        public java.lang.String toString()
        This method gets the string representation of this data bean.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation of this data bean.