public class OptionsDTO extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
protected String |
name |
| Constructor and Description |
|---|
OptionsDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
String |
getName() |
void |
setLabel(String label) |
void |
setName(String name) |
Copyright © 2022. All rights reserved.