org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property
Class PropertyFilter

java.lang.Object
  extended by org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property.PropertyFilter
All Implemented Interfaces:
SMSFilter

public class PropertyFilter
extends java.lang.Object
implements SMSFilter

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

Constructor Summary
PropertyFilter(PropertyCondition propertyCondition)
           
 
Method Summary
 PropertyCondition getPropertyCondition()
           
 SMSFilterType getType()
          Return the filter type.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyFilter

public PropertyFilter(PropertyCondition propertyCondition)
Parameters:
propertyCondition -
Method Detail

getPropertyCondition

public PropertyCondition getPropertyCondition()
Returns:
the propertyCondition

getType

public SMSFilterType getType()
Return the filter type.

Specified by:
getType in interface SMSFilter
Returns:

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object