Class OffersByOfferCodeResponse
java.lang.Object
com.broadleafcommerce.promotion.offer.domain.OffersByOfferCodeResponse
A DTO that groups offers by the offer code that applies to them.
- Since:
- Offer Services 3.2.0, Release Train 2.3.0
- Author:
- Julia Lopez-Pozas (jlopezpozas)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanA list consisting ofoffersmapped to thisoffer code.inthashCode()voidsetOfferCode(OfferCode offerCode) voidA list consisting ofoffersmapped to thisoffer code.toString()
-
Constructor Details
-
OffersByOfferCodeResponse
public OffersByOfferCodeResponse()
-
-
Method Details
-
getOfferCode
-
getOffers
A list consisting ofoffersmapped to thisoffer code. -
setOfferCode
-
setOffers
A list consisting ofoffersmapped to thisoffer code. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-