public class FilterController.FilterOptionLabel extends FilterOption
Constructor and Description |
---|
FilterController.FilterOptionLabel(java.lang.String key,
java.lang.String value,
boolean last)
Instantiates a new filter option label.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isLast()
Checks if is last.
|
void |
setLast(boolean last)
Sets the last.
|
java.lang.String |
toString() |
equals, getKey, getTranslatedKey, getValue, hashCode, setValue
public FilterController.FilterOptionLabel(java.lang.String key, java.lang.String value, boolean last)
key
- the keyvalue
- the valuelast
- the lastpublic boolean isLast()
public void setLast(boolean last)
last
- the new lastpublic java.lang.String toString()
toString
in class FilterOption