Class OffersPermutation<T extends BaseCandidateOffer>

  • 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 Detail

      • OffersPermutation

        public OffersPermutation()
    • Method Detail

      • 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)