public interface ViewSimpleSearch
Modifier and Type | Method and Description |
---|---|
String |
getNode() |
String |
getProperty() |
String |
getValue() |
boolean |
isNegative() |
void |
setNegative(boolean negative) |
void |
setNode(String node) |
void |
setProperty(String searchProperty) |
void |
setValue(String searchString) |
String getValue()
void setValue(String searchString)
String getProperty()
void setProperty(String searchProperty)
String getNode()
void setNode(String node)
boolean isNegative()
void setNegative(boolean negative)