com.ibm.commerce.foundation.common.datatypes

Interface ActivityExternalIdentifierType



  • public interface ActivityExternalIdentifierType
    A representation of the model object 'Activity External Identifier Type'. The unique external identifier of an activity.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getActivityExternalIdentifierType()
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. The name of a marketing activity.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), CommerceFoundationPackage.getActivityExternalIdentifierType_Name()
      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • getStoreIdentifier

        StoreIdentifierType getStoreIdentifier()
        Returns the value of the 'Store Identifier' containment reference. The identifier of the store associated with the marketing activity.
        Returns:
        the value of the 'Store Identifier' containment reference.
        See Also:
        setStoreIdentifier(StoreIdentifierType), CommerceFoundationPackage.getActivityExternalIdentifierType_StoreIdentifier()