public class BigDecimalValue extends Object implements Value<BigDecimal>
Constructor and Description |
---|
BigDecimalValue() |
BigDecimalValue(BigDecimal value) |
BigDecimalValue(BigDecimalValue value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BigDecimal |
getValue() |
int |
hashCode() |
void |
setValue(BigDecimal value) |
void |
setValue(String value) |
public BigDecimalValue()
public BigDecimalValue(BigDecimal value)
public BigDecimalValue(BigDecimalValue value)
public void setValue(String value)
setValue
in interface Value<BigDecimal>
public void setValue(BigDecimal value)
setValue
in interface Value<BigDecimal>
public BigDecimal getValue()
getValue
in interface Value<BigDecimal>
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.