com.ibm.commerce.marketing.facade.datatypes

Interface MarketingEmailContentType



  • public interface MarketingEmailContentType
    A representation of the model object 'Email Content Type'. The subject and content of the e-mail.

    The following features are supported:

    See Also:
    MarketingPackage.getMarketingEmailContentType()
    • Method Detail

      • getLastModification

        java.lang.Object getLastModification()
        Returns the value of the 'Last Modification' attribute. The date on which the last modification was performed to the marketing e-mail template.
        Returns:
        the value of the 'Last Modification' attribute.
        See Also:
        setLastModification(Object), MarketingPackage.getMarketingEmailContentType_LastModification()
      • setLastModification

        void setLastModification(java.lang.Object value)
        Sets the value of the 'Last Modification' attribute.
        Parameters:
        value - the new value of the 'Last Modification' attribute.
        See Also:
        getLastModification()
      • getRecordEmailOpenRate

        java.math.BigInteger getRecordEmailOpenRate()
        Returns the value of the 'Record Email Open Rate' attribute. Indicates whether the open rate is recorded when the e-mail content is used. Specify 1 to record the e-mail open rate, and specify 0 to not record the e-mail open rate.
        Returns:
        the value of the 'Record Email Open Rate' attribute.
        See Also:
        setRecordEmailOpenRate(BigInteger), MarketingPackage.getMarketingEmailContentType_RecordEmailOpenRate()
      • setRecordEmailOpenRate

        void setRecordEmailOpenRate(java.math.BigInteger value)
        Sets the value of the 'Record Email Open Rate' attribute.
        Parameters:
        value - the new value of the 'Record Email Open Rate' attribute.
        See Also:
        getRecordEmailOpenRate()
      • getSubject

        java.lang.String getSubject()
        Returns the value of the 'Subject' attribute. The subject of the e-mail message.
        Returns:
        the value of the 'Subject' attribute.
        See Also:
        setSubject(String), MarketingPackage.getMarketingEmailContentType_Subject()
      • setSubject

        void setSubject(java.lang.String value)
        Sets the value of the 'Subject' attribute.
        Parameters:
        value - the new value of the 'Subject' attribute.
        See Also:
        getSubject()
      • getBody

        java.lang.String getBody()
        Returns the value of the 'Body' attribute. The body of the e-mail message.
        Returns:
        the value of the 'Body' attribute.
        See Also:
        setBody(String), MarketingPackage.getMarketingEmailContentType_Body()
      • setBody

        void setBody(java.lang.String value)
        Sets the value of the 'Body' attribute.
        Parameters:
        value - the new value of the 'Body' attribute.
        See Also:
        getBody()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. User Data.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), MarketingPackage.getMarketingEmailContentType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()