Class SelectOption
java.lang.Object
com.gentics.contentnode.rest.model.SelectOption
- All Implemented Interfaces:
Serializable
SelectOption object representing a datasource value in GCN
- Author:
- norbert
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SelectOption
public SelectOption()Constructor used by JAXB
-
-
Method Details
-
getId
ID- Returns:
- the id
-
getKey
Key- Returns:
- the key
-
getValue
Value- Returns:
- the value
-
setId
- Parameters:
id
- the id to set- Returns:
- fluent API
-
setKey
- Parameters:
key
- the key to set- Returns:
- fluent API
-
setValue
- Parameters:
value
- the value to set- Returns:
- fluent API
-
equals
-
hashCode
public int hashCode()
-