org.broadleafcommerce.core.offer.service.discount
Class FulfillmentGroupOfferPotential
java.lang.Object
org.broadleafcommerce.core.offer.service.discount.FulfillmentGroupOfferPotential
public class FulfillmentGroupOfferPotential
- extends java.lang.Object
- Author:
- jfischer
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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 java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2012. All Rights Reserved.