Get the weight unit. @return String weight unit.
()
| 183 | * @return String weight unit. |
| 184 | */ |
| 185 | public String getWeightUnit() |
| 186 | { |
| 187 | return getUnit(weightUnit); |
| 188 | } |
| 189 | |
| 190 | private String getUnit(final String unitString) |
| 191 | { |
no test coverage detected