public class FulfillmentGroupOfferPotential extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Offer |
offer |
protected int |
priority |
protected Money |
totalSavings |
| Constructor and Description |
|---|
FulfillmentGroupOfferPotential() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Offer |
getOffer() |
int |
getPriority() |
Money |
getTotalSavings() |
int |
hashCode() |
void |
setOffer(Offer offer) |
void |
setPriority(int priority) |
void |
setTotalSavings(Money totalSavings) |
protected Offer offer
protected Money totalSavings
protected int priority
Copyright © 2014. All Rights Reserved.