org.broadleafcommerce.core.offer.service.discount
Class FulfillmentGroupOfferPotential
java.lang.Object
org.broadleafcommerce.core.offer.service.discount.FulfillmentGroupOfferPotential
public class FulfillmentGroupOfferPotential
- extends Object
- Author:
- jfischer
offer
protected Offer offer
totalSavings
protected Money totalSavings
priority
protected int priority
FulfillmentGroupOfferPotential
public FulfillmentGroupOfferPotential()
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
Copyright © 2012. All Rights Reserved.