Class AtlBcTPortAgentConfigKommando

  • All Implemented Interfaces:
    de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste

    public class AtlBcTPortAgentConfigKommando
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    Beschreibt ein Configuration Kommando des TPortAgenten.

    • Constructor Detail

      • AtlBcTPortAgentConfigKommando

        public AtlBcTPortAgentConfigKommando()
    • Method Detail

      • getApplikationsID

        public AttZahl getApplikationsID()
        Beliebige ganze Zahl im Bereich -2^63 bis (2^63)-1.

        Returns:
        der Wert von ApplikationsID.
      • setApplikationsID

        public void setApplikationsID​(AttZahl _applikationsID)
        Beliebige ganze Zahl im Bereich -2^63 bis (2^63)-1.

        Parameters:
        _applikationsID - der neue Wert von ApplikationsID.
      • getAnfrageID

        public AttZahl getAnfrageID()
        Beliebige ganze Zahl im Bereich -2^63 bis (2^63)-1.

        Returns:
        der Wert von AnfrageID.
      • setAnfrageID

        public void setAnfrageID​(AttZahl _anfrageID)
        Beliebige ganze Zahl im Bereich -2^63 bis (2^63)-1.

        Parameters:
        _anfrageID - der neue Wert von AnfrageID.
      • getKonfiguration

        public AttZahlPositiv getKonfiguration()
        Positive ganze Zahl.

        Returns:
        der Wert von Konfiguration.
      • setKonfiguration

        public void setKonfiguration​(AttZahlPositiv _konfiguration)
        Positive ganze Zahl.

        Parameters:
        _konfiguration - der neue Wert von Konfiguration.
      • getEventAntwortTyp

        public AttBcTPortAgentEventAntwortTyp getEventAntwortTyp()
        Typ einer Antwort vom TPort-Agenten.

        Returns:
        der Wert von EventAntwortTyp.
      • setEventAntwortTyp

        public void setEventAntwortTyp​(AttBcTPortAgentEventAntwortTyp _eventAntwortTyp)
        Typ einer Antwort vom TPort-Agenten.

        Parameters:
        _eventAntwortTyp - der neue Wert von EventAntwortTyp.
      • getVerursacher

        public java.lang.String getVerursacher()
        Attribut zur Speicherung eines Textes.

        Returns:
        der Wert von Verursacher.
      • setVerursacher

        public void setVerursacher​(java.lang.String _verursacher)
        Attribut zur Speicherung eines Textes.

        Parameters:
        _verursacher - der neue Wert von Verursacher.
      • getNachricht

        public java.lang.String getNachricht()
        Attribut zur Speicherung eines Textes.

        Returns:
        der Wert von Nachricht.
      • setNachricht

        public void setNachricht​(java.lang.String _nachricht)
        Attribut zur Speicherung eines Textes.

        Parameters:
        _nachricht - der neue Wert von Nachricht.
      • getDetektor

        public ViptModul getDetektor()
        Referenz auf ein Objekt vom Typ "typ.viptModul".

        Returns:
        der Wert von Detektor.
      • setDetektor

        public void setDetektor​(ViptModul _detektor)
        Referenz auf ein Objekt vom Typ "typ.viptModul".

        Parameters:
        _detektor - der neue Wert von Detektor.
      • bean2Atl

        public void bean2Atl​(de.bsvrz.dav.daf.main.Data datum,
                             de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Specified by:
        bean2Atl in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
      • atl2Bean

        public void atl2Bean​(de.bsvrz.dav.daf.main.Data daten,
                             de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Specified by:
        atl2Bean in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
      • clone

        public AtlBcTPortAgentConfigKommando clone()
        Specified by:
        clone in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
        Overrides:
        clone in class java.lang.Object
      • toString

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