Package org.sklsft.commons.api.model
Class SelectItem
java.lang.Object
org.sklsft.commons.api.model.SelectItem
- All Implemented Interfaces:
Serializable,Comparable<SelectItem>
Tuple to be used for instance in JSF dropdown options
- Author:
- Alexandre RUPP
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SelectItem
public SelectItem() -
SelectItem
-
-
Method Details
-
getKey
-
setKey
-
getLabel
-
setLabel
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<SelectItem>
-
toString
-