public class DecimalValue extends AbstractValue<BigDecimal>
| Constructor and Description |
|---|
DecimalValue() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getValue()
Getter method for the instance variable
value. |
DecimalValue |
setValue(BigDecimal _value)
Setter method for instance variable
value. |
getKey, setKeypublic BigDecimal getValue()
value.getValue in class AbstractValue<BigDecimal>valuepublic DecimalValue setValue(BigDecimal _value)
value.setValue in class AbstractValue<BigDecimal>_value - value for instance variable valueCopyright © 2003–2015 The eFaps Team. All rights reserved.