Class 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 Detail

      • ShopUserMailPromotionLO

        public ShopUserMailPromotionLO()
    • 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)