gov.nasa.pds.registry.query
Class ObjectFilter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectFilter
protected ObjectFilter()
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.