gov.nasa.pds.registry.client.results
Class SlotFilter

java.lang.Object
  extended by gov.nasa.pds.registry.client.results.SlotFilter
All Implemented Interfaces:
ResultsFilter

public class SlotFilter
extends Object
implements ResultsFilter


Constructor Summary
SlotFilter(String name, String value)
           
 
Method Summary
 Object applyFilter(Object filterObject)
          Check the input "filter" (ExtrinsicObject) contains the "value" (Slot)
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SlotFilter

public SlotFilter(String name,
                  String value)
Method Detail

applyFilter

public Object applyFilter(Object filterObject)
Check the input "filter" (ExtrinsicObject) contains the "value" (Slot)

Specified by:
applyFilter in interface ResultsFilter

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2014 Planetary Data System. All Rights Reserved.