Package org.gcube.accounting.analytics
Class Filter
java.lang.Object
org.gcube.accounting.analytics.Filter
- All Implemented Interfaces:
Comparable<Filter>
- Direct Known Subclasses:
NumberedFilter
- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
-
Constructor Details
-
Filter
- Parameters:
key- the key to filtervalue- the value fo the key to filter
-
-
Method Details
-
getKey
- Returns:
- the key
-
setKey
- Parameters:
key- the key to set
-
getValue
- Returns:
- the value
-
setValue
- Parameters:
value- the value to set
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<Filter>
-
hashCode
public int hashCode() -
equals
-