public class Measure extends Object implements Serializable
| Constructor and Description |
|---|
Measure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
List<CodeLabel> |
getUnit() |
static Measure |
newInstance(String id,
List<CodeLabel> unit) |
void |
setId(String id) |
void |
setUnit(List<CodeLabel> unit) |
Copyright © 2025. All rights reserved.