Uses of Class
com.broadleafcommerce.order.common.domain.OfferRef
-
Packages that use OfferRef Package Description com.broadleafcommerce.order.common.domain -
-
Uses of OfferRef in com.broadleafcommerce.order.common.domain
Methods in com.broadleafcommerce.order.common.domain that return OfferRef Modifier and Type Method Description OfferRef
Adjustment. getOfferRef()
A reference to the offer that originated this adjustment.Methods in com.broadleafcommerce.order.common.domain with parameters of type OfferRef Modifier and Type Method Description void
Adjustment. setOfferRef(OfferRef offerRef)
A reference to the offer that originated this adjustment.
-