Class NbaGlobalImpl

  • All Implemented Interfaces:
    de.bsvrz.sys.funclib.bitctrl.modell.KonfigurationsObjekt, KonfigurationsObjekt, de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt, NbaGlobal, java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt>

    public class NbaGlobalImpl
    extends de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt
    implements NbaGlobal
    Globaler Datentyp der NBA.

    <absatz> Das Objekt nbaGlobal ist ein persistentes dynamisches Objekt, das nicht vom Benutzer konfiguriert oder parametriert werden kann. </absatz>

    • Constructor Detail

      • NbaGlobalImpl

        public NbaGlobalImpl()
        Der Defaultkonstruktor wird für das Erzeugen des Systemobjekts über per Reflection-API benötigt.
      • NbaGlobalImpl

        public NbaGlobalImpl​(de.bsvrz.dav.daf.main.config.SystemObject objekt,
                             de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Initialisierung.
        Parameters:
        objekt - ein beliebiges Systemobjekt.
        factory - die Fabrik, die das Systemobjekt angelegt hat.
    • Method Detail

      • doGetTypPid

        protected java.lang.String doGetTypPid()
      • getOdNbaStrgDatenLokaleBeeinflussung

        public OdNbaStrgDatenLokaleBeeinflussung getOdNbaStrgDatenLokaleBeeinflussung()
        Description copied from interface: NbaGlobal
        Attributgruppe zur Speicherung der Ergebnisdaten.

        <absatz> Attributgruppe zur Speicherung der Ergebnisdaten Steuerlogik lokale Beeinflussung pro Algorithmus </absatz>

        Specified by:
        getOdNbaStrgDatenLokaleBeeinflussung in interface NbaGlobal
        Returns:
        der Datensatz NbaStrgDatenLokaleBeeinflussung.
      • getPdNbaParameterBaustellenMeldung

        public PdNbaParameterBaustellenMeldung getPdNbaParameterBaustellenMeldung()
        Description copied from interface: NbaGlobal
        Beinhaltet die Parameter für die EngstellenVerwaltung.

        <absatz>Beinhaltet die Parameter für die EngstellenVerwaltung.</absatz>

        Specified by:
        getPdNbaParameterBaustellenMeldung in interface NbaGlobal
        Returns:
        der Datensatz NbaParameterBaustellenMeldung.
      • getPdNbaUmfeld

        public PdNbaUmfeld getPdNbaUmfeld()
        Description copied from interface: NbaGlobal
        Definition Attributgruppe nbaUmfeld.

        Specified by:
        getPdNbaUmfeld in interface NbaGlobal
        Returns:
        der Datensatz NbaUmfeld.
      • init

        public void init​(de.bsvrz.dav.daf.main.config.SystemObject arg0,
                         de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory arg1)
      • getObjektFactory

        public de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory getObjektFactory()
      • equals

        public boolean equals​(java.lang.Object arg0)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getId

        public long getId()
        Specified by:
        getId in interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
      • getPid

        public java.lang.String getPid()
        Specified by:
        getPid in interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
      • getTyp

        public de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTyp getTyp()
        Specified by:
        getTyp in interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
      • getKonfigurationsBereich

        public de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektBereich getKonfigurationsBereich()
        Specified by:
        getKonfigurationsBereich in interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
      • getSystemObject

        public de.bsvrz.dav.daf.main.config.SystemObject getSystemObject()
        Specified by:
        getSystemObject in interface de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
      • toString

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

        public int compareTo​(de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt arg0)
        Specified by:
        compareTo in interface java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt>