public class FilterDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
entityImplementationClassName |
protected String |
name |
protected List<FilterParameter> |
params |
| Constructor and Description |
|---|
FilterDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityImplementationClassName() |
String |
getName() |
List<FilterParameter> |
getParams() |
void |
setEntityImplementationClassName(String entityImplementationClassName) |
void |
setName(String name) |
void |
setParams(List<FilterParameter> params) |
protected String name
protected List<FilterParameter> params
protected String entityImplementationClassName
public String getName()
public void setName(String name)
public List<FilterParameter> getParams()
public void setParams(List<FilterParameter> params)
public String getEntityImplementationClassName()
public void setEntityImplementationClassName(String entityImplementationClassName)
Copyright © 2014. All Rights Reserved.