public class Measure extends java.lang.Object implements java.io.Serializable
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-2018 Konik.io. All Rights Reserved.