public class SelectOption extends Object implements Serializable
Constructor and Description |
---|
SelectOption()
Constructor used by JAXB
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getId()
ID
|
String |
getKey()
Key
|
String |
getValue()
Value
|
int |
hashCode() |
SelectOption |
setId(Integer id) |
SelectOption |
setKey(String key) |
SelectOption |
setValue(String value) |
public Integer getId()
public String getKey()
public String getValue()
public SelectOption setId(Integer id)
id
- the id to setpublic SelectOption setKey(String key)
key
- the key to setpublic SelectOption setValue(String value)
value
- the value to setCopyright © 2024 Gentics Software. All rights reserved.