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 boolean
equals(java.lang.Object o)
java.lang.String
getCurrencyIsoCode()
java.math.BigDecimal
getValue()
int
hashCode()
void
setCurrencyIsoCode(java.lang.String currencyIsoCode)
void
setValue(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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-