public abstract class BaseFilter extends Object implements Filter
| Constructor and Description |
|---|
BaseFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutionOption() |
Boolean |
isCached() |
void |
setCached(Boolean cached) |
void |
setExecutionOption(String executionOption) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, getSortOrderpublic String getExecutionOption()
getExecutionOption in interface Filterpublic void setExecutionOption(String executionOption)
setExecutionOption in interface Filterpublic String toString()
toString in class Object