gov.nasa.pds.registry.query
Class ObjectFilter

java.lang.Object
  extended by gov.nasa.pds.registry.query.ObjectFilter
Direct Known Subclasses:
AssociationFilter

public class ObjectFilter
extends Object

This class identifies all the attributes one would filter on for any type of RegistryObject. This is used to build up a query from classes that extend RegistryQuery

Author:
pramirez

Nested Class Summary
static class ObjectFilter.Builder
           
 
Constructor Summary
protected ObjectFilter()
           
 
Method Summary
 GregorianCalendar getEventEnd()
           
 GregorianCalendar getEventStart()
           
 EventType getEventType()
           
 String getGuid()
           
 String getLid()
           
 String getName()
           
 String getObjectType()
           
 ObjectStatus getStatus()
           
 String getSubmitter()
           
 String getVersionId()
           
 String getVersionName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFilter

protected ObjectFilter()
Method Detail

getGuid

public String getGuid()

getName

public String getName()

getLid

public String getLid()

getVersionName

public String getVersionName()

getVersionId

public String getVersionId()

getObjectType

public String getObjectType()

getSubmitter

public String getSubmitter()

getStatus

public ObjectStatus getStatus()

getEventType

public EventType getEventType()

getEventStart

public GregorianCalendar getEventStart()

getEventEnd

public GregorianCalendar getEventEnd()


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