de.bsvrz.ste.rdstmc.verkehrsanalyse
Class StoerfallSituationDaten

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

public class StoerfallSituationDaten
extends java.lang.Object


Field Summary
 long ende
           
 Stoerfall lokal
           
 long start
           
 StoerfallZustand zustand
           
 
Constructor Summary
StoerfallSituationDaten(StoerfallSituationDaten daten)
           
StoerfallSituationDaten(StoerfallZustand zustand, long start, long ende, Stoerfall lokal)
           
 
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

zustand

public final StoerfallZustand zustand

start

public final long start

ende

public final long ende

lokal

public final Stoerfall lokal
Constructor Detail

StoerfallSituationDaten

public StoerfallSituationDaten(StoerfallZustand zustand,
                               long start,
                               long ende,
                               Stoerfall lokal)

StoerfallSituationDaten

public StoerfallSituationDaten(StoerfallSituationDaten daten)
Method Detail

equals

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