Class FulfillmentGroupOfferPermutationResult
- java.lang.Object
-
- com.broadleafcommerce.promotion.offer.service.dto.FulfillmentGroupOfferPermutationResult
-
public class FulfillmentGroupOfferPermutationResult extends Object
DTO containing results of the evaluation of a permutation of item offers.- See Also:
OffersPermutation
-
-
Constructor Summary
Constructors Constructor Description FulfillmentGroupOfferPermutationResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAdjustment(FulfillmentGroupAdjustment adjustment)protected booleancanEqual(Object other)booleanequals(Object o)Map<String,List<FulfillmentGroupAdjustment>>getAdjustments()protected StringgetFGid(FulfillmentGroupAdjustment adjustment)OrderTotalsgetPermutationTotals()javax.money.MonetaryAmountgetTotalAdjustments()inthashCode()booleanisLessValueThan(FulfillmentGroupOfferPermutationResult other)voidsetAdjustments(Map<String,List<FulfillmentGroupAdjustment>> adjustments)voidsetPermutationTotals(OrderTotals permutationTotals)voidsetTotalAdjustments(javax.money.MonetaryAmount totalAdjustments)StringtoString()
-
-
-
Method Detail
-
isLessValueThan
public boolean isLessValueThan(FulfillmentGroupOfferPermutationResult other)
-
addAdjustment
public void addAdjustment(FulfillmentGroupAdjustment adjustment)
-
getFGid
protected String getFGid(FulfillmentGroupAdjustment adjustment)
-
getPermutationTotals
public OrderTotals getPermutationTotals()
-
getAdjustments
public Map<String,List<FulfillmentGroupAdjustment>> getAdjustments()
-
getTotalAdjustments
public javax.money.MonetaryAmount getTotalAdjustments()
-
setPermutationTotals
public void setPermutationTotals(OrderTotals permutationTotals)
-
setAdjustments
public void setAdjustments(Map<String,List<FulfillmentGroupAdjustment>> adjustments)
-
setTotalAdjustments
public void setTotalAdjustments(javax.money.MonetaryAmount totalAdjustments)
-
canEqual
protected boolean canEqual(Object other)
-
-