public class Category extends Object
| Constructor and Description |
|---|
Category(String type,
String label,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getLabel() |
String |
getType() |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setType(String type) |
Copyright © 2019. All rights reserved.