Class DiscountRAO

java.lang.Object
de.hybris.platform.ruleengineservices.rao.AbstractRuleActionRAO
de.hybris.platform.ruleengineservices.rao.DiscountRAO
All Implemented Interfaces:
Serializable

public class DiscountRAO extends AbstractRuleActionRAO
See Also:
  • Constructor Details

    • DiscountRAO

      public DiscountRAO()
  • Method Details

    • setValue

      public void setValue(BigDecimal value)
    • getValue

      public BigDecimal getValue()
    • setCurrencyIsoCode

      public void setCurrencyIsoCode(String currencyIsoCode)
    • getCurrencyIsoCode

      public String getCurrencyIsoCode()
    • setAppliedToQuantity

      public void setAppliedToQuantity(long appliedToQuantity)
    • getAppliedToQuantity

      public long getAppliedToQuantity()
    • setPerUnit

      public void setPerUnit(boolean perUnit)
    • isPerUnit

      public boolean isPerUnit()