org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.filter.complex
Class TimeInMillisecondsPropertyValueBetweenFilter

java.lang.Object
  extended by org.gcube.contentmanagement.storagelayer.storagemanagementservice.impl.filter.complex.TimeInMillisecondsPropertyValueBetweenFilter
All Implemented Interfaces:
PropertiesFilter

public class TimeInMillisecondsPropertyValueBetweenFilter
extends java.lang.Object
implements PropertiesFilter

Author:
Federico De Faveri defaveri@isti.cnr.it

Constructor Summary
TimeInMillisecondsPropertyValueBetweenFilter(java.lang.String propertyName, java.lang.Long lowerBound, java.lang.Long upperBound)
           
 
Method Summary
 boolean accept(java.util.Map<java.lang.String,BasicPropertyDescription> properties)
          
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeInMillisecondsPropertyValueBetweenFilter

public TimeInMillisecondsPropertyValueBetweenFilter(java.lang.String propertyName,
                                                    java.lang.Long lowerBound,
                                                    java.lang.Long upperBound)
Parameters:
propertyName -
propertyValue -
Method Detail

accept

public boolean accept(java.util.Map<java.lang.String,BasicPropertyDescription> properties)

Specified by:
accept in interface PropertiesFilter

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object