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 Summary
Modifier and TypeMethodDescriptiongetId()Id of this AdvancedOfferPromotionMessageXrefGets the PromotionMessage typegetOffer()Gets the OfferGets the PromotionMessagevoidSets the id of this AdvancedOfferPromotionMessageXrefvoidsetMessageType(String messageType) Sets the PromotionMessage typevoidSets the OffervoidsetPromotionMessage(PromotionMessage promotionMessage) Sets the PromotionMessageMethods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details
-
getId
Long getId()Id of this AdvancedOfferPromotionMessageXref- Returns:
-
setId
Sets the id of this AdvancedOfferPromotionMessageXref- Parameters:
id-
-
getOffer
Offer getOffer()Gets the Offer- Returns:
-
setOffer
Sets the Offer- Parameters:
offer-
-
getPromotionMessage
PromotionMessage getPromotionMessage()Gets the PromotionMessage- Returns:
-
setPromotionMessage
Sets the PromotionMessage- Parameters:
promotionMessage-
-
getMessageType
String getMessageType()Gets the PromotionMessage type- Returns:
-
setMessageType
Sets the PromotionMessage type- Parameters:
messageType-
-