jpl.eda.archive.activity
Class EventRequest

java.lang.Object
  extended byjpl.eda.activity.Incident
      extended byjpl.eda.archive.activity.EventRequest
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class EventRequest
extends jpl.eda.activity.Incident

This class represents the ingestion or query request.

Version:
$Revision: 1.1 $
Author:
S. Hardman
See Also:
Serialized Form

Field Summary
 
Fields inherited from class jpl.eda.activity.Incident
time
 
Constructor Summary
EventRequest(int id)
          This constructor first calls the Incident constructor, converts the input into a keyword query and then set the parameter.
EventRequest(java.lang.String query)
          This constructor first calls the Incident constructor and then set the parameter.
EventRequest(java.lang.String dataset, java.lang.String product)
          This constructor first calls the Incident constructor, converts the input into a keyword query and then set the parameter.
EventRequest(java.lang.String dataset, java.lang.String product, int version)
          This constructor first calls the Incident constructor, converts the input into a keyword query and then set the parameter.
 
Method Summary
 java.lang.String toString()
          Return the contents of this class.
 
Methods inherited from class jpl.eda.activity.Incident
compareTo, equals, getActivityID, getTime, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventRequest

public EventRequest(java.lang.String query)
This constructor first calls the Incident constructor and then set the parameter.

Parameters:
query - The keyword query.

EventRequest

public EventRequest(java.lang.String dataset,
                    java.lang.String product,
                    int version)
This constructor first calls the Incident constructor, converts the input into a keyword query and then set the parameter.

Parameters:
dataset - The name of the dataset.
product - The name of the product.
version - The version of the product.

EventRequest

public EventRequest(java.lang.String dataset,
                    java.lang.String product)
This constructor first calls the Incident constructor, converts the input into a keyword query and then set the parameter.

Parameters:
dataset - The name of the dataset.
product - The name of the product.

EventRequest

public EventRequest(int id)
This constructor first calls the Incident constructor, converts the input into a keyword query and then set the parameter.

Parameters:
id - The identifier of the product.
Method Detail

toString

public java.lang.String toString()
Return the contents of this class.

Returns:
The keyword query.


Copyright © 1999-2005 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.