Class EventStationPair

  • All Implemented Interfaces:
    java.lang.Runnable

    public class EventStationPair
    extends CookieEventPair
    • Constructor Detail

      • EventStationPair

        protected EventStationPair()
        for hibernate
      • EventStationPair

        public EventStationPair​(StatefulEvent event,
                                edu.iris.Fissures.network.StationImpl station)
      • EventStationPair

        public EventStationPair​(StatefulEvent event,
                                edu.iris.Fissures.network.StationImpl station,
                                Status status)
    • Method Detail

      • 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
      • toString

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

        public int getStationDbId()
      • getStation

        public edu.iris.Fissures.network.StationImpl getStation()
      • setStation

        protected void setStation​(edu.iris.Fissures.network.StationImpl sta)
        for use by hibernate