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