public class Measure extends java.lang.Object
| Constructor and Description |
|---|
Measure() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUnitCode()
Gets the unit code.
|
java.math.BigDecimal |
getValue()
Gets the value.
|
void |
setUnitCode(java.lang.String value)
Sets the unit code.
|
void |
setValue(java.math.BigDecimal value)
Sets the value.
|
public Measure()
public java.lang.String getUnitCode()
Gets the unit code.
public java.math.BigDecimal getValue()
Gets the value.
public void setUnitCode(java.lang.String value)
Sets the unit code.
value - the unit codepublic void setValue(java.math.BigDecimal value)
Sets the value.
value - the valueCopyright © 2014-2015 Konik.io. All Rights Reserved.