Uses of Class
com.broadleafcommerce.promotion.offer.domain.Attribute
-
Uses of Attribute in com.broadleafcommerce.promotion.offer.domain
Modifier and TypeMethodDescriptionOffer.getAttributes()
Dynamic attributes that are a part of the offer.OfferCode.getAttributes()
Dynamic attributes that are a part of the offer code.Modifier and TypeMethodDescriptionvoid
Offer.setAttributes
(Map<String, Attribute> attributes) Dynamic attributes that are a part of the offer.void
OfferCode.setAttributes
(Map<String, Attribute> attributes) Dynamic attributes that are a part of the offer code.