public class LabelledItem extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LabelledItem.LabelComparator |
| Constructor and Description |
|---|
LabelledItem(String code,
String label) |
| Modifier and Type | Method and Description |
|---|---|
static LabelledItem |
getByCode(Collection<LabelledItem> items,
String code) |
String |
getCode() |
String |
getLabel() |
void |
setCode(String code) |
void |
setLabel(String label) |
String |
toString() |
public static LabelledItem getByCode(Collection<LabelledItem> items, String code)
public String getCode()
public void setCode(String code)
public String getLabel()
public void setLabel(String label)
Copyright © 2021 Open Foris. All rights reserved.