de.bsvrz.ste.rdstmc.verkehrsanalyse
Class StoerfallDaten

java.lang.Object
  extended by de.bsvrz.ste.rdstmc.verkehrsanalyse.StoerfallDaten

public class StoerfallDaten
extends java.lang.Object


Field Summary
 long ende
           
 int prioritaet
           
 long start
           
 Stoerfall stoerfall
           
 StoerfallZustand zustand
           
 
Constructor Summary
StoerfallDaten(StoerfallDaten daten)
           
StoerfallDaten(Stoerfall stoerfall, StoerfallZustand zustand, int prioritaet, long start, long ende)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stoerfall

public final Stoerfall stoerfall

zustand

public final StoerfallZustand zustand

prioritaet

public final int prioritaet

start

public final long start

ende

public final long ende
Constructor Detail

StoerfallDaten

public StoerfallDaten(Stoerfall stoerfall,
                      StoerfallZustand zustand,
                      int prioritaet,
                      long start,
                      long ende)

StoerfallDaten

public StoerfallDaten(StoerfallDaten daten)
Method Detail

equals

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