edu.sc.seis.sod
Class EventVectorPair

java.lang.Object
  extended by edu.sc.seis.sod.WaveformWorkUnit
      extended by edu.sc.seis.sod.AbstractEventPair
          extended by edu.sc.seis.sod.CookieEventPair
              extended by edu.sc.seis.sod.AbstractEventChannelPair
                  extended by edu.sc.seis.sod.EventVectorPair
All Implemented Interfaces:
java.lang.Runnable

public class EventVectorPair
extends AbstractEventChannelPair


Field Summary
 
Fields inherited from class edu.sc.seis.sod.AbstractEventChannelPair
esp
 
Fields inherited from class edu.sc.seis.sod.WaveformWorkUnit
dbid, failLogger, lastQuery, numRetries
 
Constructor Summary
protected EventVectorPair()
          for hibernate
  EventVectorPair(StatefulEvent event, ChannelGroup channelGroup, EventStationPair esp)
           
  EventVectorPair(StatefulEvent event, ChannelGroup channelGroup, Status status, EventStationPair esp)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 ChannelGroup getChannelGroup()
           
 int hashCode()
           
 void run()
           
protected  void setChannelGroup(ChannelGroup cg)
           
 java.lang.String toString()
           
 
Methods inherited from class edu.sc.seis.sod.AbstractEventChannelPair
getCookieJar, getEsp, setEsp, update
 
Methods inherited from class edu.sc.seis.sod.CookieEventPair
getCookies, setCookies, setStatus
 
Methods inherited from class edu.sc.seis.sod.AbstractEventPair
getEvent, getEventDbId, getStatus, setEvent, update
 
Methods inherited from class edu.sc.seis.sod.WaveformWorkUnit
getDbid, getLastQuery, getNumRetries, setDbid, setLastQuery, setNumRetries, updateRetries
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventVectorPair

protected EventVectorPair()
for hibernate


EventVectorPair

public EventVectorPair(StatefulEvent event,
                       ChannelGroup channelGroup,
                       EventStationPair esp)

EventVectorPair

public EventVectorPair(StatefulEvent event,
                       ChannelGroup channelGroup,
                       Status status,
                       EventStationPair esp)
Method Detail

getChannelGroup

public ChannelGroup getChannelGroup()

setChannelGroup

protected void setChannelGroup(ChannelGroup cg)

run

public void run()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class WaveformWorkUnit

hashCode

public int hashCode()
Overrides:
hashCode in class WaveformWorkUnit

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object