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.SerializableCovers 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.StringgetBudgetSourceID()java.lang.StringgetCode()java.math.BigDecimalgetFixedValue()java.math.BigDecimalgetGrossValue()java.lang.StringgetName()java.math.BigDecimalgetNetValue()java.math.BigDecimalgetPercentageValue()bakery.persistence.dataobject.configuration.common.PromotionTypeDefDOgetPromotionTypeDefDO()java.lang.StringgetShopDescriptorId()java.lang.StringgetShopPromotionId()voidsetBudgetSourceID(java.lang.String budgetSourceID)voidsetCode(java.lang.String code)voidsetFixedValue(java.math.BigDecimal fixedValue)voidsetGrossValue(java.math.BigDecimal grossValue)voidsetName(java.lang.String name)voidsetNetValue(java.math.BigDecimal netValue)voidsetPercentageValue(java.math.BigDecimal percentageValue)voidsetPromotionTypeDefDO(bakery.persistence.dataobject.configuration.common.PromotionTypeDefDO promotionTypeDefDO)voidsetShopDescriptorId(java.lang.String shopDescriptorId)voidsetShopPromotionId(java.lang.String shopPromotionId)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Returns:
- the name of the promotion
-
setName
public void setName(java.lang.String name)
- Parameters:
name- the name of the promotion to set
-
getShopPromotionId
public java.lang.String getShopPromotionId()
- Returns:
- the shopPromotionId
-
setShopPromotionId
public void setShopPromotionId(java.lang.String shopPromotionId)
- Parameters:
shopPromotionId- the shopPromotionId to set
-
getShopDescriptorId
public java.lang.String getShopDescriptorId()
- Returns:
- the shopDescriptorId
-
setShopDescriptorId
public void setShopDescriptorId(java.lang.String shopDescriptorId)
- Parameters:
shopDescriptorId- the shopDescriptorId to set
-
getCode
public java.lang.String getCode()
- Returns:
- the promotion code
-
setCode
public void setCode(java.lang.String code)
- Parameters:
code- the promotion code to set
-
getBudgetSourceID
public java.lang.String getBudgetSourceID()
- Returns:
- the budgetSourceID
-
setBudgetSourceID
public void setBudgetSourceID(java.lang.String budgetSourceID)
- Parameters:
budgetSourceID- the budgetSourceID to set
-
getNetValue
public java.math.BigDecimal getNetValue()
- Returns:
- the netValue
-
setNetValue
public void setNetValue(java.math.BigDecimal netValue)
- Parameters:
netValue- the netValue to set
-
getGrossValue
public java.math.BigDecimal getGrossValue()
- Returns:
- the grossValue
-
setGrossValue
public void setGrossValue(java.math.BigDecimal grossValue)
- Parameters:
grossValue- the grossValue to set
-
getPercentageValue
public java.math.BigDecimal getPercentageValue()
- Returns:
- the percentageValue
-
setPercentageValue
public void setPercentageValue(java.math.BigDecimal percentageValue)
- Parameters:
percentageValue- the percentageValue to set
-
getFixedValue
public java.math.BigDecimal getFixedValue()
- Returns:
- the fixedValue
-
setFixedValue
public void setFixedValue(java.math.BigDecimal fixedValue)
- Parameters:
fixedValue- the fixedValue to set
-
getPromotionTypeDefDO
public bakery.persistence.dataobject.configuration.common.PromotionTypeDefDO getPromotionTypeDefDO()
- Returns:
- the promotionTypeDefDO
-
setPromotionTypeDefDO
public void setPromotionTypeDefDO(bakery.persistence.dataobject.configuration.common.PromotionTypeDefDO promotionTypeDefDO)
- Parameters:
promotionTypeDefDO- the promotionTypeDefDO to set
-
-