org.drools.workbench.models.guided.dtree.shared.model.values.impl
Class BigDecimalValue
java.lang.Object
org.drools.workbench.models.guided.dtree.shared.model.values.impl.BigDecimalValue
- All Implemented Interfaces:
- Value<BigDecimal>
public class BigDecimalValue
- extends Object
- implements Value<BigDecimal>
BigDecimalValue
public BigDecimalValue()
BigDecimalValue
public BigDecimalValue(BigDecimal value)
BigDecimalValue
public BigDecimalValue(BigDecimalValue value)
setValue
public void setValue(String value)
- Specified by:
setValue in interface Value<BigDecimal>
setValue
public void setValue(BigDecimal value)
- Specified by:
setValue in interface Value<BigDecimal>
getValue
public BigDecimal getValue()
- Specified by:
getValue in interface Value<BigDecimal>
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.