public class TradeOrderPromotion extends Object implements Serializable
Constructor and Description |
---|
TradeOrderPromotion() |
TradeOrderPromotion(String promotionType,
Instant applyAt,
String promotionName,
BigDecimal discountFee) |
Modifier and Type | Method and Description |
---|---|
Instant |
getApplyAt() |
BigDecimal |
getDiscountFee() |
String |
getPromotionName() |
String |
getPromotionType() |
void |
setApplyAt(Instant applyAt) |
void |
setDiscountFee(BigDecimal discountFee) |
void |
setPromotionName(String promotionName) |
void |
setPromotionType(String promotionType) |
public TradeOrderPromotion()
public TradeOrderPromotion(String promotionType, Instant applyAt, String promotionName, BigDecimal discountFee)
public String getPromotionType()
public void setPromotionType(String promotionType)
public Instant getApplyAt()
public void setApplyAt(Instant applyAt)
public String getPromotionName()
public void setPromotionName(String promotionName)
public BigDecimal getDiscountFee()
public void setDiscountFee(BigDecimal discountFee)
Copyright © 2016–2017. All rights reserved.