gov.nasa.pds.registry.query
Class ObjectFilter
java.lang.Object
gov.nasa.pds.registry.query.ObjectFilter
- Direct Known Subclasses:
- AssociationFilter, EventFilter, ExtrinsicFilter
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 |
guid
protected String guid
name
protected String name
lid
protected String lid
versionName
protected String versionName
objectType
protected String objectType
status
protected ObjectStatus status
ObjectFilter
protected ObjectFilter()
getGuid
public String getGuid()
getName
public String getName()
getLid
public String getLid()
getVersionName
public String getVersionName()
getObjectType
public String getObjectType()
getStatus
public ObjectStatus getStatus()
Copyright © 2010-2011 Planetary Data System. All Rights Reserved.