org.gcube.informationsystem.registry.impl.preprocessing.filters
Class Filter

java.lang.Object
  extended by org.gcube.informationsystem.registry.impl.preprocessing.filters.Filter

public class Filter
extends java.lang.Object


Method Summary
 org.gcube.informationsystem.registry.impl.preprocessing.filters.Filter.FILTEROPERATION getOperation()
           
 java.lang.String getTarget()
           
 java.lang.String getValue()
           
 void setOperation(org.gcube.informationsystem.registry.impl.preprocessing.filters.Filter.FILTEROPERATION operation)
           
 void setTarget(java.lang.String target)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTarget

public java.lang.String getTarget()
Returns:
the target

setTarget

public void setTarget(java.lang.String target)
Parameters:
target - the target to set

getValue

public java.lang.String getValue()
Returns:
the value

setValue

public void setValue(java.lang.String value)
Parameters:
value - the value to set

getOperation

public org.gcube.informationsystem.registry.impl.preprocessing.filters.Filter.FILTEROPERATION getOperation()
Returns:
the operation

setOperation

public void setOperation(org.gcube.informationsystem.registry.impl.preprocessing.filters.Filter.FILTEROPERATION operation)
Parameters:
operation - the operation to set