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()
        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