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

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

public class TimeInMillisecondsPropertyValueFilter
extends java.lang.Object
implements PropertiesFilter

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

Constructor Summary
TimeInMillisecondsPropertyValueFilter(java.lang.String propertyName, long propertyValue)
           
 
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

TimeInMillisecondsPropertyValueFilter

public TimeInMillisecondsPropertyValueFilter(java.lang.String propertyName,
                                             long propertyValue)
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