edu.iris.Fissures.IfSeismogramDC
Class RequestFilter

java.lang.Object
  extended by edu.iris.Fissures.IfSeismogramDC.RequestFilter
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class RequestFilter
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 ChannelId channel_id
           
 Time end_time
           
 Time start_time
           
 
Constructor Summary
RequestFilter()
           
RequestFilter(ChannelId channel_id, Time start_time, Time end_time)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channel_id

public ChannelId channel_id

start_time

public Time start_time

end_time

public Time end_time
Constructor Detail

RequestFilter

public RequestFilter()

RequestFilter

public RequestFilter(ChannelId channel_id,
                     Time start_time,
                     Time end_time)