public class SelectOption extends Object implements Serializable
| Constructor and Description |
|---|
SelectOption(String displayValue,
String keyValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDisplayValue() |
String |
getKeyValue() |
int |
hashCode() |
void |
setDisplayValue(String displayValue) |
void |
setKeyValue(String keyValue) |
String |
toString() |
Copyright © 2020–2023. All rights reserved.