edu.sc.seis.sod
Class EventStationPair
java.lang.Object
edu.sc.seis.sod.WaveformWorkUnit
edu.sc.seis.sod.AbstractEventPair
edu.sc.seis.sod.CookieEventPair
edu.sc.seis.sod.EventStationPair
- All Implemented Interfaces:
- java.lang.Runnable
public class EventStationPair
- extends CookieEventPair
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EventStationPair
protected EventStationPair()
- for hibernate
EventStationPair
public EventStationPair(StatefulEvent event,
StationImpl station)
EventStationPair
public EventStationPair(StatefulEvent event,
StationImpl station,
Status status)
run
public void run()
update
public void update(Status status)
- sets the status on this event network pair to be status and notifies its
parent
- Specified by:
update
in class AbstractEventPair
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
getStationDbId
public int getStationDbId()
getStation
public StationImpl getStation()
setStation
protected void setStation(StationImpl sta)
- for use by hibernate