Package com.seeq.model
Class UnitsOfMeasureItemV1
java.lang.Object
com.seeq.model.UnitsOfMeasureItemV1
A list of pairs of UOM strings mapping the input UOM to canonical UOM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncanonicalUom
(String canonicalUom) boolean
The canonical unit of measure string, if the input was parsable, otherwise nullgetInput()
The unit of measure string that was inputint
hashCode()
void
setCanonicalUom
(String canonicalUom) void
toString()
-
Constructor Details
-
UnitsOfMeasureItemV1
public UnitsOfMeasureItemV1()
-
-
Method Details
-
canonicalUom
-
getCanonicalUom
The canonical unit of measure string, if the input was parsable, otherwise null- Returns:
- canonicalUom
-
setCanonicalUom
-
input
-
getInput
The unit of measure string that was input- Returns:
- input
-
setInput
-
equals
-
hashCode
public int hashCode() -
toString
-