public class Promotion
extends java.lang.Object
| Constructor and Description |
|---|
Promotion() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAmount() |
java.util.List<GoodsDetail> |
getGoodsDetail() |
java.lang.String |
getPromotionId() |
java.lang.Long |
getRefundAmount() |
Scope |
getScope() |
Type |
getType() |
void |
setAmount(java.lang.Long amount) |
void |
setGoodsDetail(java.util.List<GoodsDetail> goodsDetail) |
void |
setPromotionId(java.lang.String promotionId) |
void |
setRefundAmount(java.lang.Long refundAmount) |
void |
setScope(Scope scope) |
void |
setType(Type type) |
java.lang.String |
toString() |
public java.lang.String getPromotionId()
public void setPromotionId(java.lang.String promotionId)
public java.lang.Long getAmount()
public void setAmount(java.lang.Long amount)
public java.lang.Long getRefundAmount()
public void setRefundAmount(java.lang.Long refundAmount)
public java.util.List<GoodsDetail> getGoodsDetail()
public void setGoodsDetail(java.util.List<GoodsDetail> goodsDetail)
public Scope getScope()
public void setScope(Scope scope)
public Type getType()
public void setType(Type type)
public java.lang.String toString()
toString in class java.lang.Object