com.ibm.commerce.marketing.facade.datatypes

Interface MarketingEmailTemplateType

    • Method Detail

      • getJspPath

        java.lang.String getJspPath()
        Returns the value of the 'Jsp Path' attribute. The absolute URL used to find e-mail message content.
        Returns:
        the value of the 'Jsp Path' attribute.
        See Also:
        setJspPath(String), MarketingPackage.getMarketingEmailTemplateType_JspPath()
      • setJspPath

        void setJspPath(java.lang.String value)
        Sets the value of the 'Jsp Path' attribute.
        Parameters:
        value - the new value of the 'Jsp Path' attribute.
        See Also:
        getJspPath()
      • getPropertyFile

        java.lang.String getPropertyFile()
        Returns the value of the 'Property File' attribute.

        If the meaning of the 'Property File' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Property File' attribute.
        See Also:
        setPropertyFile(String), MarketingPackage.getMarketingEmailTemplateType_PropertyFile()
      • setPropertyFile

        void setPropertyFile(java.lang.String value)
        Sets the value of the 'Property File' attribute.
        Parameters:
        value - the new value of the 'Property File' attribute.
        See Also:
        getPropertyFile()
      • getDescription

        java.lang.String getDescription()
        Returns the value of the 'Description' attribute. The description of the marketing e-mail template.
        Returns:
        the value of the 'Description' attribute.
        See Also:
        setDescription(String), MarketingPackage.getMarketingEmailTemplateType_Description()
      • setDescription

        void setDescription(java.lang.String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()
      • getStatus

        java.lang.Object getStatus()
        Returns the value of the 'Status' attribute. The status of the marketing e-mail template.
        Returns:
        the value of the 'Status' attribute.
        See Also:
        setStatus(Object), MarketingPackage.getMarketingEmailTemplateType_Status()
      • setStatus

        void setStatus(java.lang.Object value)
        Sets the value of the 'Status' attribute.
        Parameters:
        value - the new value of the 'Status' attribute.
        See Also:
        getStatus()
      • getBodyType

        java.lang.Object getBodyType()
        Returns the value of the 'Body Type' attribute. The type of the e-mail message body.
        Returns:
        the value of the 'Body Type' attribute.
        See Also:
        setBodyType(Object), MarketingPackage.getMarketingEmailTemplateType_BodyType()
      • setBodyType

        void setBodyType(java.lang.Object value)
        Sets the value of the 'Body Type' attribute.
        Parameters:
        value - the new value of the 'Body Type' attribute.
        See Also:
        getBodyType()
      • getMarketingEmailContent

        MarketingEmailContentType getMarketingEmailContent()
        Returns the value of the 'Marketing Email Content' containment reference. The subject and content of the e-mail.
        Returns:
        the value of the 'Marketing Email Content' containment reference.
        See Also:
        setMarketingEmailContent(MarketingEmailContentType), MarketingPackage.getMarketingEmailTemplateType_MarketingEmailContent()
      • 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.getMarketingEmailTemplateType_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()