Package io.keikai.range.impl
Class FilterRowInfo
- java.lang.Object
-
- io.keikai.range.impl.FilterRowInfo
-
- All Implemented Interfaces:
Serializable
public class FilterRowInfo extends Object implements Serializable
- Since:
- 3.9.0
- Author:
- henri
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilterRowInfo(Object val, String displayVal)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getDisplay()
static int
getType(Object val)
Object
getValue()
int
hashCode()
boolean
isSelected()
void
setSelected(boolean selected)
-