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 © 2010–2023 The Apache Software Foundation. All rights reserved.