Class FulfillmentGroupOfferPotential

java.lang.Object
org.broadleafcommerce.core.offer.service.discount.FulfillmentGroupOfferPotential

public class FulfillmentGroupOfferPotential extends Object
Author:
jfischer
  • Field Details

    • offer

      protected Offer offer
    • totalSavings

      protected Money totalSavings
    • priority

      protected int priority
  • Constructor Details

    • FulfillmentGroupOfferPotential

      public FulfillmentGroupOfferPotential()
  • Method Details

    • getOffer

      public Offer getOffer()
    • setOffer

      public void setOffer(Offer offer)
    • getTotalSavings

      public Money getTotalSavings()
    • setTotalSavings

      public void setTotalSavings(Money totalSavings)
    • getPriority

      public int getPriority()
    • setPriority

      public void setPriority(int priority)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object