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:
  • Constructor Details

    • OffersPermutation

      public OffersPermutation()
  • Method Details

    • getCandidateOffers

      public List<T> getCandidateOffers()
    • getOfferTargetType

      public String getOfferTargetType()
    • isSorted

      public boolean isSorted()
    • setCandidateOffers

      public void setCandidateOffers(List<T> candidateOffers)
    • setOfferTargetType

      public void setOfferTargetType(String offerTargetType)
    • setSorted

      public void setSorted(boolean sorted)