Class OffersPermutation<T extends BaseCandidateOffer>
java.lang.Object
com.broadleafcommerce.promotion.offer.service.dto.OffersPermutation<T>
- All Implemented Interfaces:
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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isSorted()
void
setCandidateOffers
(List<T> candidateOffers) void
setOfferTargetType
(String offerTargetType) void
setSorted
(boolean sorted)
-
Constructor Details
-
OffersPermutation
public OffersPermutation()
-
-
Method Details
-
getCandidateOffers
-
getOfferTargetType
-
isSorted
public boolean isSorted() -
setCandidateOffers
-
setOfferTargetType
-
setSorted
public void setSorted(boolean sorted)
-