Class FulfillmentGroupOfferPotential
java.lang.Object
org.broadleafcommerce.core.offer.service.discount.FulfillmentGroupOfferPotential
- Author:
- jfischer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Offerprotected intprotected org.broadleafcommerce.common.money.Money -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetOffer()intorg.broadleafcommerce.common.money.MoneyinthashCode()voidvoidsetPriority(int priority) voidsetTotalSavings(org.broadleafcommerce.common.money.Money totalSavings)
-
Field Details
-
offer
-
totalSavings
protected org.broadleafcommerce.common.money.Money totalSavings -
priority
protected int priority
-
-
Constructor Details
-
FulfillmentGroupOfferPotential
public FulfillmentGroupOfferPotential()
-
-
Method Details
-
getOffer
-
setOffer
-
getTotalSavings
public org.broadleafcommerce.common.money.Money getTotalSavings() -
setTotalSavings
public void setTotalSavings(org.broadleafcommerce.common.money.Money totalSavings) -
getPriority
public int getPriority() -
setPriority
public void setPriority(int priority) -
hashCode
public int hashCode() -
equals
-