Class DiscountRAO
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.rao.AbstractRuleActionRAO
-
- de.hybris.platform.ruleengineservices.rao.DiscountRAO
-
- All Implemented Interfaces:
java.io.Serializable
public class DiscountRAO extends AbstractRuleActionRAO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiscountRAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAppliedToQuantity()
java.lang.String
getCurrencyIsoCode()
java.math.BigDecimal
getValue()
boolean
isPerUnit()
void
setAppliedToQuantity(long appliedToQuantity)
void
setCurrencyIsoCode(java.lang.String currencyIsoCode)
void
setPerUnit(boolean perUnit)
void
setValue(java.math.BigDecimal value)
-
Methods inherited from class de.hybris.platform.ruleengineservices.rao.AbstractRuleActionRAO
getActionStrategyKey, getAppliedToObject, getConsumedEntries, getFiredRuleCode, getMetadata, getModuleName, setActionStrategyKey, setAppliedToObject, setConsumedEntries, setFiredRuleCode, setMetadata, setModuleName
-
-
-
-
Method Detail
-
setValue
public void setValue(java.math.BigDecimal value)
-
getValue
public java.math.BigDecimal getValue()
-
setCurrencyIsoCode
public void setCurrencyIsoCode(java.lang.String currencyIsoCode)
-
getCurrencyIsoCode
public java.lang.String getCurrencyIsoCode()
-
setAppliedToQuantity
public void setAppliedToQuantity(long appliedToQuantity)
-
getAppliedToQuantity
public long getAppliedToQuantity()
-
setPerUnit
public void setPerUnit(boolean perUnit)
-
isPerUnit
public boolean isPerUnit()
-
-