Class SelectOption
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.markup.html.form.SelectOption
-
- All Implemented Interfaces:
Serializable
public class SelectOption extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SelectOption(String displayValue, String keyValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getDisplayValue()
String
getKeyValue()
int
hashCode()
void
setDisplayValue(String displayValue)
void
setKeyValue(String keyValue)
String
toString()
-