public class ShopUserMailPromotionLO
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ShopUserMailPromotionLO() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBudgetSourceID() |
java.lang.String |
getCode() |
java.math.BigDecimal |
getFixedValue() |
java.math.BigDecimal |
getGrossValue() |
java.lang.String |
getName() |
java.math.BigDecimal |
getNetValue() |
java.math.BigDecimal |
getPercentageValue() |
bakery.persistence.dataobject.configuration.common.PromotionTypeDefDO |
getPromotionTypeDefDO() |
java.lang.String |
getShopDescriptorId() |
java.lang.String |
getShopPromotionId() |
void |
setBudgetSourceID(java.lang.String budgetSourceID) |
void |
setCode(java.lang.String code) |
void |
setFixedValue(java.math.BigDecimal fixedValue) |
void |
setGrossValue(java.math.BigDecimal grossValue) |
void |
setName(java.lang.String name) |
void |
setNetValue(java.math.BigDecimal netValue) |
void |
setPercentageValue(java.math.BigDecimal percentageValue) |
void |
setPromotionTypeDefDO(bakery.persistence.dataobject.configuration.common.PromotionTypeDefDO promotionTypeDefDO) |
void |
setShopDescriptorId(java.lang.String shopDescriptorId) |
void |
setShopPromotionId(java.lang.String shopPromotionId) |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the promotion to setpublic java.lang.String getShopPromotionId()
public void setShopPromotionId(java.lang.String shopPromotionId)
shopPromotionId
- the shopPromotionId to setpublic java.lang.String getShopDescriptorId()
public void setShopDescriptorId(java.lang.String shopDescriptorId)
shopDescriptorId
- the shopDescriptorId to setpublic java.lang.String getCode()
public void setCode(java.lang.String code)
code
- the promotion code to setpublic java.lang.String getBudgetSourceID()
public void setBudgetSourceID(java.lang.String budgetSourceID)
budgetSourceID
- the budgetSourceID to setpublic java.math.BigDecimal getNetValue()
public void setNetValue(java.math.BigDecimal netValue)
netValue
- the netValue to setpublic java.math.BigDecimal getGrossValue()
public void setGrossValue(java.math.BigDecimal grossValue)
grossValue
- the grossValue to setpublic java.math.BigDecimal getPercentageValue()
public void setPercentageValue(java.math.BigDecimal percentageValue)
percentageValue
- the percentageValue to setpublic java.math.BigDecimal getFixedValue()
public void setFixedValue(java.math.BigDecimal fixedValue)
fixedValue
- the fixedValue to setpublic bakery.persistence.dataobject.configuration.common.PromotionTypeDefDO getPromotionTypeDefDO()
public void setPromotionTypeDefDO(bakery.persistence.dataobject.configuration.common.PromotionTypeDefDO promotionTypeDefDO)
promotionTypeDefDO
- the promotionTypeDefDO to set