com.ibm.commerce.marketing.beans

Interface CollateralSmartDataBean

  • All Superinterfaces:
    com.ibm.commerce.beans.DataBean, com.ibm.commerce.beans.InputDataBean, java.io.Serializable, com.ibm.commerce.beans.SmartDataBean
    All Known Implementing Classes:
    CollateralDataBean, EMarketingSpot.Collateral


    public interface CollateralSmartDataBean
    extends com.ibm.commerce.beans.SmartDataBean
    This interface extends SmartDataBean to provide an interface for the CollateralDataBean.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      • Fields inherited from interface com.ibm.commerce.beans.DataBean

        emptyString
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getCustomerField1()
      Gets the customizable field 1 of this collateral.
      java.lang.String getCustomerField2()
      Gets the customizable field 2 of this collateral.
      java.lang.String getDescriptionCustomerField1()
      Gets the customizable description field 1 of this collateral.
      java.lang.String getDescriptionCustomerField2()
      Gets the customizable description field 2 of this collateral.
      java.lang.String getLocation()
      Gets the image or flash file location of this collateral.
      java.lang.String getMarketingText()
      Gets the marketing text of this collateral.
      java.lang.String getName()
      Gets the name of this collateral.
      java.lang.Integer getTypeID()
      Gets the ID of the type that this collateral belongs to.
      java.lang.String getTypeName()
      Gets the name of the type that this collateral belongs to.
      java.lang.String getUrlLink()
      Gets the URL link of this collateral.
      • Methods inherited from interface com.ibm.commerce.beans.SmartDataBean

        getCommandContext, populate, setCommandContext
      • Methods inherited from interface com.ibm.commerce.beans.InputDataBean

        getRequestProperties, setRequestProperties
    • Field Detail

      • COPYRIGHT

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

      • getCustomerField1

        java.lang.String getCustomerField1()
        Gets the customizable field 1 of this collateral.
        Returns:
        the customizable field 1
      • getCustomerField2

        java.lang.String getCustomerField2()
        Gets the customizable field 2 of this collateral.
        Returns:
        the customizable field 2
      • getDescriptionCustomerField1

        java.lang.String getDescriptionCustomerField1()
        Gets the customizable description field 1 of this collateral.
        Returns:
        the customizable description field 1
      • getDescriptionCustomerField2

        java.lang.String getDescriptionCustomerField2()
        Gets the customizable description field 2 of this collateral.
        Returns:
        the customizable description field 2
      • getLocation

        java.lang.String getLocation()
        Gets the image or flash file location of this collateral.
        Returns:
        the collateral image or flash file location
      • getMarketingText

        java.lang.String getMarketingText()
        Gets the marketing text of this collateral.
        Returns:
        the collateral marketing text
      • getName

        java.lang.String getName()
        Gets the name of this collateral.
        Returns:
        the collateral name
      • getTypeID

        java.lang.Integer getTypeID()
        Gets the ID of the type that this collateral belongs to.
        Returns:
        the collateral type ID
      • getTypeName

        java.lang.String getTypeName()
        Gets the name of the type that this collateral belongs to.
        Returns:
        the collateral type name
      • getUrlLink

        java.lang.String getUrlLink()
        Gets the URL link of this collateral.
        Returns:
        the collateral URL link