public interface OfferCodeGenerationAdditionalOfferXref extends Serializable, org.broadleafcommerce.common.copy.MultiTenantCloneable<OfferCodeGenerationAdditionalOfferXref>
OfferCodeGenerationInfo and an Offer. This allows
more than one offer to be associated with a set of generated offer codes.| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
org.broadleafcommerce.core.offer.domain.Offer |
getOffer() |
OfferCodeGenerationInfo |
getOfferCodeGenerationInfo() |
void |
setId(Long id)
Sets the id for this xref
|
void |
setOffer(org.broadleafcommerce.core.offer.domain.Offer offer)
Sets the associated
Offer |
void |
setOfferCodeGenerationInfo(OfferCodeGenerationInfo offerCodeGenerationInfo)
Sets the associated
OfferCodeGenerationInfo |
Long getId()
void setId(Long id)
id - OfferCodeGenerationInfo getOfferCodeGenerationInfo()
OfferCodeGenerationInfovoid setOfferCodeGenerationInfo(OfferCodeGenerationInfo offerCodeGenerationInfo)
OfferCodeGenerationInfoofferCodeGenerationInfo - org.broadleafcommerce.core.offer.domain.Offer getOffer()
Offervoid setOffer(org.broadleafcommerce.core.offer.domain.Offer offer)
Offeroffer - Copyright © 2020. All rights reserved.