public class TotalFilters extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Double |
d |
protected String |
orderingProperty |
protected List<Filters> |
totalFilters |
| Constructor and Description |
|---|
TotalFilters() |
TotalFilters(List<Filters> totalFilters,
Number n,
String orderingProperty) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getD() |
String |
getOrderingProperty() |
List<Filters> |
getTotalFilters() |
void |
setD(Double d) |
void |
setOrderingProperty(String orderingProperty) |
void |
setTotalFilters(List<Filters> totalFilters) |
String |
toString() |
Copyright © 2016. All Rights Reserved.