com.ibm.commerce.promotion.facade.datatypes

Interface RespondPromotionDataAreaType



  • public interface RespondPromotionDataAreaType
    A representation of the model object 'Respond Promotion Data Area Type'. Type definition of the AcknowledgePromotion BOD's data area.

    The following features are supported:

    See Also:
    PromotionPackage.getRespondPromotionDataAreaType()
    • Method Detail

      • getRespond

        RespondType getRespond()
        Returns the value of the 'Respond' containment reference. The Acknowledge verb.
        Returns:
        the value of the 'Respond' containment reference.
        See Also:
        setRespond(RespondType), PromotionPackage.getRespondPromotionDataAreaType_Respond()
      • setRespond

        void setRespond(RespondType value)
        Sets the value of the 'Respond' containment reference.
        Parameters:
        value - the new value of the 'Respond' containment reference.
        See Also:
        getRespond()
      • getPromotion

        java.util.List getPromotion()
        Returns the value of the 'Promotion' containment reference list. The list contents are of type PromotionType. The Promotion noun.
        Returns:
        the value of the 'Promotion' containment reference list.
        See Also:
        PromotionPackage.getRespondPromotionDataAreaType_Promotion()