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 booleanequals(Object obj)StringgetDisplayValue()StringgetKeyValue()inthashCode()voidsetDisplayValue(String displayValue)voidsetKeyValue(String keyValue)StringtoString()
-