com.ibm.commerce.promotion.facade.datatypes

Interface AcknowledgePromotionDataAreaType



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

    The following features are supported:

    See Also:
    PromotionPackage.getAcknowledgePromotionDataAreaType()
    • Method Detail

      • getAcknowledge

        AcknowledgeType getAcknowledge()
        Returns the value of the 'Acknowledge' containment reference. The Acknowledge verb.
        Returns:
        the value of the 'Acknowledge' containment reference.
        See Also:
        setAcknowledge(AcknowledgeType), PromotionPackage.getAcknowledgePromotionDataAreaType_Acknowledge()
      • setAcknowledge

        void setAcknowledge(AcknowledgeType value)
        Sets the value of the 'Acknowledge' containment reference.
        Parameters:
        value - the new value of the 'Acknowledge' containment reference.
        See Also:
        getAcknowledge()
      • 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.getAcknowledgePromotionDataAreaType_Promotion()