com.ibm.commerce.promotion.facade.datatypes

Interface ShowPromotionDataAreaType



  • public interface ShowPromotionDataAreaType
    A representation of the model object 'Show Promotion Data Area Type'. Type definition of the ShowPromotion BOD's data area.

    The following features are supported:

    See Also:
    PromotionPackage.getShowPromotionDataAreaType()
    • Method Detail

      • getShow

        ShowType getShow()
        Returns the value of the 'Show' containment reference. The Show verb.
        Returns:
        the value of the 'Show' containment reference.
        See Also:
        setShow(ShowType), PromotionPackage.getShowPromotionDataAreaType_Show()
      • setShow

        void setShow(ShowType value)
        Sets the value of the 'Show' containment reference.
        Parameters:
        value - the new value of the 'Show' containment reference.
        See Also:
        getShow()
      • 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.getShowPromotionDataAreaType_Promotion()