Package org.gcube.accounting.analytics
Class NumberedFilter
java.lang.Object
org.gcube.accounting.analytics.Filter
org.gcube.accounting.analytics.NumberedFilter
- All Implemented Interfaces:
Comparable<Filter>
- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNumberedFilter(String key, String value, Number n, String orderingProperty) NumberedFilter(Filter filter, Number n, String orderingProperty) -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(NumberedFilter numberedFilter) booleaninthashCode()voidvoidsetOrderingProperty(String orderingProperty) toString()
-
Field Details
-
d
-
orderingProperty
-
-
Constructor Details
-
Method Details
-
getDouble
- Returns:
- the d
-
setDouble
- Parameters:
d- the d to set
-
getOrderingProperty
- Returns:
- the orderingProperty
-
setOrderingProperty
- Parameters:
orderingProperty- the orderingProperty to set
-
compareTo
-
hashCode
public int hashCode()Description copied from class:Filter -
equals
Description copied from class:Filter -
toString
-