Uses of Class
com.broadleafcommerce.promotion.offer.domain.Attribute
-
Packages that use Attribute Package Description com.broadleafcommerce.promotion.offer.domain -
-
Uses of Attribute in com.broadleafcommerce.promotion.offer.domain
Methods in com.broadleafcommerce.promotion.offer.domain that return types with arguments of type Attribute Modifier and Type Method Description Map<String,Attribute>Offer. getAttributes()Dynamic attributes that are a part of the offer.Method parameters in com.broadleafcommerce.promotion.offer.domain with type arguments of type Attribute Modifier and Type Method Description voidOffer. setAttributes(Map<String,Attribute> attributes)Dynamic attributes that are a part of the offer.
-