public class UomModel
extends java.lang.Object
Constructor and Description |
---|
UomModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Getter for code
The code that refers to this unit of measurement.
|
java.lang.String |
getDescription()
Getter for description
A longer description of this unit of measurement.
|
java.lang.Integer |
getId()
Getter for id
The unique ID number of this unit of measurement.
|
java.lang.Boolean |
getIsSiUom()
Getter for isSiUom
True if this measurement is an International System of Units (abbreviated SI) defined standard.
|
java.lang.String |
getMeasurementTypeCode()
Getter for measurementTypeCode
The code describing the measurement type.
|
java.lang.String |
getMeasurementTypeDescription()
Getter for measurementTypeDescription
A description of the measurement type system.
|
java.lang.Integer |
getMeasurementTypeId()
Getter for measurementTypeId
The ID number of the measurement type, such as "Distance" or "Mass".
|
java.lang.String |
getShortDesc()
Getter for shortDesc
A short description of this unit of measurement.
|
java.lang.String |
getSiUOM()
Getter for siUOM
For a particular measurement type, this is the ID number of the unit of measurement object corresponding to the
International System of Units (abbreviated SI) unit of measurement standard.
|
void |
setCode(java.lang.String value)
Setter for code
The code that refers to this unit of measurement.
|
void |
setDescription(java.lang.String value)
Setter for description
A longer description of this unit of measurement.
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number of this unit of measurement.
|
void |
setIsSiUom(java.lang.Boolean value)
Setter for isSiUom
True if this measurement is an International System of Units (abbreviated SI) defined standard.
|
void |
setMeasurementTypeCode(java.lang.String value)
Setter for measurementTypeCode
The code describing the measurement type.
|
void |
setMeasurementTypeDescription(java.lang.String value)
Setter for measurementTypeDescription
A description of the measurement type system.
|
void |
setMeasurementTypeId(java.lang.Integer value)
Setter for measurementTypeId
The ID number of the measurement type, such as "Distance" or "Mass".
|
void |
setShortDesc(java.lang.String value)
Setter for shortDesc
A short description of this unit of measurement.
|
void |
setSiUOM(java.lang.String value)
Setter for siUOM
For a particular measurement type, this is the ID number of the unit of measurement object corresponding to the
International System of Units (abbreviated SI) unit of measurement standard.
|
java.lang.String |
toString()
Returns a JSON string representation of UomModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.String getCode()
public void setCode(java.lang.String value)
public java.lang.String getShortDesc()
public void setShortDesc(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.Integer getMeasurementTypeId()
public void setMeasurementTypeId(java.lang.Integer value)
public java.lang.String getMeasurementTypeCode()
public void setMeasurementTypeCode(java.lang.String value)
public java.lang.String getSiUOM()
public void setSiUOM(java.lang.String value)
public java.lang.String getMeasurementTypeDescription()
public void setMeasurementTypeDescription(java.lang.String value)
public java.lang.Boolean getIsSiUom()
public void setIsSiUom(java.lang.Boolean value)
public java.lang.String toString()
toString
in class java.lang.Object