public class Filter extends Object
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilterName()
Gets the filter name.
|
String |
getFilterType()
Gets the filter type.
|
String |
getValues()
Gets the values.
|
void |
setFilterName(String filterName)
Sets the filter name.
|
void |
setFilterType(String filterType)
Sets the filter type.
|
void |
setValues(String values)
Sets the values.
|
String |
toString() |
public String getFilterName()
public String getFilterType()
public String getValues()
public void setFilterName(String filterName)
filterName - The filterNamepublic void setFilterType(String filterType)
filterType - The filterTypepublic void setValues(String values)
values - The valuesCopyright © 2015. All rights reserved.