public class Category extends Object implements Serializable
| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
List<Concept> |
getConcept() |
String |
getId() |
String |
getLabel() |
static Category |
newInstance(String id,
String label) |
void |
setConcept(List<Concept> concept) |
void |
setId(String id) |
void |
setLabel(String label) |
Copyright © 2025. All rights reserved.