public class Filter.Option
extends java.lang.Object
Constructor and Description |
---|
Option() |
Option(java.lang.String label,
java.lang.String identifier) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentifier() |
java.lang.String |
getLabel() |
boolean |
getLoadnext() |
int |
getResults_expected() |
boolean |
isApplied() |
void |
setApplied(boolean is_applied) |
void |
setIdentifier(java.lang.String identifier) |
void |
setLabel(java.lang.String label) |
void |
setLoadnext(boolean is_loadnext) |
void |
setResults_expected(int results_expected) |
public Option(java.lang.String label, java.lang.String identifier)
label
- The label of the option.identifier
- The internal identifier for the optionpublic Option()
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- The label of the option.public java.lang.String getIdentifier()
public void setIdentifier(java.lang.String identifier)
identifier
- The internal identifier for the optionpublic int getResults_expected()
public void setResults_expected(int results_expected)
results_expected
- The results expected to be seen when this option is
appliedpublic boolean isApplied()
public void setApplied(boolean is_applied)
is_applied
- Whether this filter is already applied with this option.public boolean getLoadnext()
public void setLoadnext(boolean is_loadnext)
is_loadnext
- the is_loadnext to set