edu.iris.Fissures.IfSeismogramDC
Class GroupRequest

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

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

See Also:
Serialized Form

Field Summary
 ChannelId[] channels
           
 Time end_time
           
 Time start_time
           
 
Constructor Summary
GroupRequest()
           
GroupRequest(ChannelId[] channels, 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

channels

public ChannelId[] channels

start_time

public Time start_time

end_time

public Time end_time
Constructor Detail

GroupRequest

public GroupRequest()

GroupRequest

public GroupRequest(ChannelId[] channels,
                    Time start_time,
                    Time end_time)