Package bakery.logic.usermailobject
Class ShopUserMailPromotionLO
- java.lang.Object
-
- bakery.logic.usermailobject.ShopUserMailPromotionLO
-
- All Implemented Interfaces:
java.io.Serializable
public class ShopUserMailPromotionLO extends java.lang.Object implements java.io.Serializable
Covers information about promotions used within customer mails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShopUserMailPromotionLO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getShopPromotionId
public java.lang.String getShopPromotionId()
-
getShopDescriptorId
public java.lang.String getShopDescriptorId()
-
getCode
public java.lang.String getCode()
-
getBudgetSourceID
public java.lang.String getBudgetSourceID()
-
getNetValue
public java.math.BigDecimal getNetValue()
-
getGrossValue
public java.math.BigDecimal getGrossValue()
-
getPercentageValue
public java.math.BigDecimal getPercentageValue()
-
getFixedValue
public java.math.BigDecimal getFixedValue()
-
getPromotionTypeDefDO
public bakery.persistence.dataobject.configuration.common.PromotionTypeDefDO getPromotionTypeDefDO()
-
setName
public void setName(java.lang.String name)
-
setShopPromotionId
public void setShopPromotionId(java.lang.String shopPromotionId)
-
setShopDescriptorId
public void setShopDescriptorId(java.lang.String shopDescriptorId)
-
setCode
public void setCode(java.lang.String code)
-
setBudgetSourceID
public void setBudgetSourceID(java.lang.String budgetSourceID)
-
setNetValue
public void setNetValue(java.math.BigDecimal netValue)
-
setGrossValue
public void setGrossValue(java.math.BigDecimal grossValue)
-
setPercentageValue
public void setPercentageValue(java.math.BigDecimal percentageValue)
-
setFixedValue
public void setFixedValue(java.math.BigDecimal fixedValue)
-
setPromotionTypeDefDO
public void setPromotionTypeDefDO(bakery.persistence.dataobject.configuration.common.PromotionTypeDefDO promotionTypeDefDO)
-
-