Interface AdvancedOfferPromotionMessageXref

All Superinterfaces:
org.broadleafcommerce.common.copy.MultiTenantCloneable<AdvancedOfferPromotionMessageXref>, Serializable

public interface AdvancedOfferPromotionMessageXref extends Serializable, org.broadleafcommerce.common.copy.MultiTenantCloneable<AdvancedOfferPromotionMessageXref>
Author:
Chris Kittrell (ckittrell)
  • Method Details

    • getId

      Long getId()
      Id of this AdvancedOfferPromotionMessageXref
      Returns:
    • setId

      void setId(Long id)
      Sets the id of this AdvancedOfferPromotionMessageXref
      Parameters:
      id -
    • getOffer

      Offer getOffer()
      Gets the Offer
      Returns:
    • setOffer

      void setOffer(Offer offer)
      Sets the Offer
      Parameters:
      offer -
    • getPromotionMessage

      PromotionMessage getPromotionMessage()
      Gets the PromotionMessage
      Returns:
    • setPromotionMessage

      void setPromotionMessage(PromotionMessage promotionMessage)
      Sets the PromotionMessage
      Parameters:
      promotionMessage -
    • getMessageType

      String getMessageType()
      Gets the PromotionMessage type
      Returns:
    • setMessageType

      void setMessageType(String messageType)
      Sets the PromotionMessage type
      Parameters:
      messageType -