public class PromotionDiscount extends Object implements Serializable
| Constructor and Description |
|---|
PromotionDiscount() |
| Modifier and Type | Method and Description |
|---|---|
PromotionDiscount |
copy() |
PromotableCandidateItemOffer |
getCandidateItemOffer() |
int |
getFinalizedQuantity() |
OfferItemCriteria |
getItemCriteria() |
Offer |
getPromotion() |
int |
getQuantity() |
void |
incrementQuantity(int quantity) |
void |
resetQty(int qty) |
void |
setCandidateItemOffer(PromotableCandidateItemOffer candidateItemOffer) |
void |
setFinalizedQuantity(int finalizedQuantity) |
void |
setItemCriteria(OfferItemCriteria itemCriteria) |
void |
setPromotion(Offer promotion) |
void |
setQuantity(int quantity) |
PromotionDiscount |
split(int splitQty) |
public Offer getPromotion()
public void setPromotion(Offer promotion)
public OfferItemCriteria getItemCriteria()
public void setItemCriteria(OfferItemCriteria itemCriteria)
public int getQuantity()
public void setQuantity(int quantity)
public int getFinalizedQuantity()
public void setFinalizedQuantity(int finalizedQuantity)
public void incrementQuantity(int quantity)
public PromotableCandidateItemOffer getCandidateItemOffer()
public void setCandidateItemOffer(PromotableCandidateItemOffer candidateItemOffer)
public PromotionDiscount split(int splitQty)
public PromotionDiscount copy()
public void resetQty(int qty)
Copyright © 2014. All Rights Reserved.