Class DiscountValueRAO
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.rao.DiscountValueRAO
-
- All Implemented Interfaces:
java.io.Serializable
public class DiscountValueRAO extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiscountValueRAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetCurrencyIsoCode()java.math.BigDecimalgetValue()inthashCode()voidsetCurrencyIsoCode(java.lang.String currencyIsoCode)voidsetValue(java.math.BigDecimal value)
-
-
-
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()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-