Class OffersPermutation<T extends BaseCandidateOffer>
- java.lang.Object
-
- com.broadleafcommerce.promotion.offer.service.dto.OffersPermutation<T>
-
- All Implemented Interfaces:
Serializable
public class OffersPermutation<T extends BaseCandidateOffer> extends Object implements Serializable
DTO containing a set of compatible offers of the same type and that share the same combinability with regard to other types.- Author:
- Brian Polster (bpolster)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OffersPermutation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<T>getCandidateOffers()StringgetOfferTargetType()booleanisSorted()voidsetCandidateOffers(List<T> candidateOffers)voidsetOfferTargetType(String offerTargetType)voidsetSorted(boolean sorted)
-