Class OdUfdmsGlaette.Daten

  • All Implemented Interfaces:
    de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste, de.bsvrz.sys.funclib.bitctrl.modell.Datum, de.bsvrz.sys.funclib.bitctrl.modell.OnlineDatum
    Enclosing class:
    OdUfdmsGlaette

    public static class OdUfdmsGlaette.Daten
    extends de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractOnlineDatum
    Kapselt die Daten des Datensatzes.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface de.bsvrz.sys.funclib.bitctrl.modell.OnlineDatum

        de.bsvrz.sys.funclib.bitctrl.modell.OnlineDatum.Status
    • Constructor Summary

      Constructors 
      Constructor Description
      Daten​(de.bsvrz.sys.funclib.bitctrl.modell.Datensatz datensatz, de.bsvrz.sys.funclib.bitctrl.modell.Aspekt aspekt)
      Initialisiert das Onlinedatum.
    • Constructor Detail

      • Daten

        public Daten​(de.bsvrz.sys.funclib.bitctrl.modell.Datensatz datensatz,
                     de.bsvrz.sys.funclib.bitctrl.modell.Aspekt aspekt)
        Initialisiert das Onlinedatum.
        Parameters:
        datensatz - der Datensatz zu dem das Datum gehört.
        aspekt - der Aspekt für das Datum.
    • Method Detail

      • getAktuellerZustand

        public AttGlaette getAktuellerZustand()
        Aktueller Wert der Glätteprognose.

        Returns:
        der Wert von AktuellerZustand.
      • setAktuellerZustand

        public void setAktuellerZustand​(AttGlaette _aktuellerZustand)
        Aktueller Wert der Glätteprognose.

        Parameters:
        _aktuellerZustand - der neue Wert von AktuellerZustand.
      • getPrognoseZustandIn5Minuten

        public AttGlaette getPrognoseZustandIn5Minuten()
        Wert der Glätteprognose für den Prognosehorizont 5 Minuten.

        Returns:
        der Wert von PrognoseZustandIn5Minuten.
      • setPrognoseZustandIn5Minuten

        public void setPrognoseZustandIn5Minuten​(AttGlaette _prognoseZustandIn5Minuten)
        Wert der Glätteprognose für den Prognosehorizont 5 Minuten.

        Parameters:
        _prognoseZustandIn5Minuten - der neue Wert von PrognoseZustandIn5Minuten.
      • getPrognoseZustandIn15Minuten

        public AttGlaette getPrognoseZustandIn15Minuten()
        Wert der Glätteprognose für den Prognosehorizont 15 Minuten.

        Returns:
        der Wert von PrognoseZustandIn15Minuten.
      • setPrognoseZustandIn15Minuten

        public void setPrognoseZustandIn15Minuten​(AttGlaette _prognoseZustandIn15Minuten)
        Wert der Glätteprognose für den Prognosehorizont 15 Minuten.

        Parameters:
        _prognoseZustandIn15Minuten - der neue Wert von PrognoseZustandIn15Minuten.
      • getPrognoseZustandIn30Minuten

        public AttGlaette getPrognoseZustandIn30Minuten()
        Wert der Glätteprognose für den Prognosehorizont 30 Minuten.

        Returns:
        der Wert von PrognoseZustandIn30Minuten.
      • setPrognoseZustandIn30Minuten

        public void setPrognoseZustandIn30Minuten​(AttGlaette _prognoseZustandIn30Minuten)
        Wert der Glätteprognose für den Prognosehorizont 30 Minuten.

        Parameters:
        _prognoseZustandIn30Minuten - der neue Wert von PrognoseZustandIn30Minuten.
      • getPrognoseZustandIn60Minuten

        public AttGlaette getPrognoseZustandIn60Minuten()
        Wert der Glätteprognose für den Prognosehorizont 60 Minuten.

        Returns:
        der Wert von PrognoseZustandIn60Minuten.
      • setPrognoseZustandIn60Minuten

        public void setPrognoseZustandIn60Minuten​(AttGlaette _prognoseZustandIn60Minuten)
        Wert der Glätteprognose für den Prognosehorizont 60 Minuten.

        Parameters:
        _prognoseZustandIn60Minuten - der neue Wert von PrognoseZustandIn60Minuten.
      • getPrognoseZustandIn90Minuten

        public AttGlaette getPrognoseZustandIn90Minuten()
        Wert der Glätteprognose für den Prognosehorizont 90 Minuten.

        Returns:
        der Wert von PrognoseZustandIn90Minuten.
      • setPrognoseZustandIn90Minuten

        public void setPrognoseZustandIn90Minuten​(AttGlaette _prognoseZustandIn90Minuten)
        Wert der Glätteprognose für den Prognosehorizont 90 Minuten.

        Parameters:
        _prognoseZustandIn90Minuten - der neue Wert von PrognoseZustandIn90Minuten.
      • bean2Atl

        public void bean2Atl​(de.bsvrz.dav.daf.main.Data datum,
                             de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
      • atl2Bean

        public void atl2Bean​(de.bsvrz.dav.daf.main.Data daten,
                             de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
      • clone

        public OdUfdmsGlaette.Daten clone()
        Specified by:
        clone in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
        Specified by:
        clone in interface de.bsvrz.sys.funclib.bitctrl.modell.Datum
        Specified by:
        clone in class de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractOnlineDatum
      • toString

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