com.ibm.commerce.marketing.facade.datatypes

Interface MarketingSpotOrderType

    • Method Detail

      • getMarketingSpotOrderIdentifier

        MarketingSpotOrderIdentifierType getMarketingSpotOrderIdentifier()
        Returns the value of the 'Marketing Spot Order Identifier' containment reference. The unique identifier of an ordering scheme set up on an e-Marketing Spot for specific content types.
        Returns:
        the value of the 'Marketing Spot Order Identifier' containment reference.
        See Also:
        setMarketingSpotOrderIdentifier(MarketingSpotOrderIdentifierType), MarketingPackage.getMarketingSpotOrderType_MarketingSpotOrderIdentifier()
      • getMarketingSpotOrderInterfaceName

        java.lang.String getMarketingSpotOrderInterfaceName()
        Returns the value of the 'Marketing Spot Order Interface Name' attribute. The interface name of an ordering scheme set up on an e-Marketing Spot for specific content types.
        Returns:
        the value of the 'Marketing Spot Order Interface Name' attribute.
        See Also:
        setMarketingSpotOrderInterfaceName(String), MarketingPackage.getMarketingSpotOrderType_MarketingSpotOrderInterfaceName()
      • 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.getMarketingSpotOrderType_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()